aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/small-loop.ll
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher1-0/+57
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher1-57/+0
2017-06-30[LV] Optimize for size when vectorizing loops with tiny trip countAyal Zaks1-3/+3
2016-12-13[LV] Don't vectorize when we have a small static bound on trip countMichael Kuperstein1-0/+25
2016-10-06[LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein1-1/+0
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-3/+3
2014-09-10Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel1-1/+1
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin1-1/+1
2013-01-09Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem1-1/+1
2013-01-05Force a fixed unroll count on the target independent tests.Nadav Rotem1-1/+1
2012-10-31LoopVectorize: Do not vectorize loops with tiny constant trip counts.Nadav Rotem1-0/+33