summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/vectorize-once.ll
AgeCommit message (Expand)Author
2023-01-06[LV] Disable runtime unrolling for vectorized loops.Florian Hahn
2022-12-19[LV] Convert some tests to use opaque pointers (NFC).Florian Hahn
2022-12-05[NFC] Port all runlines for LoopVectorize pass tests to -passes syntaxRoman Lebedev
2022-08-16[LV] Use variables instead of hard-coded metadata IDs in tests.Florian Hahn
2020-12-17[SimplifyCFG] TryToSimplifyUncondBranchFromEmptyBlock() already knows how to ...Roman Lebedev
2019-12-24Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song
2019-12-24Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
2017-08-20[Loop Vectorize] Added a separate metadataAditya Kumar
2016-10-06[LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein
2015-03-09Introduce runtime unrolling disable matadata and use it to mark the scalar lo...Kevin Qin
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-01-08IR: Add 'distinct' MDNodes to bitcode and assemblyDuncan P. N. Exon Smith
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-09-10Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel
2014-07-21Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan
2014-06-25Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky
2013-10-24Mark vector loops as already vectorizedRenato Golin
2013-10-02Fix missing CHECK-LABELsMatt Arsenault
2013-05-28Add support for llvm.vectorizer metadataPaul Redmond
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-03-02PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem