summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/if-conversion.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+197
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-197/+0
* [LV] Fix PR34523 - avoid generating redundant selectsAyal Zaks2017-09-131-0/+27
* [LoopVectorize] partly revert r307475Sanjay Patel2017-07-081-194/+19
* [LoopVectorize] auto-generate complete checks; NFCSanjay Patel2017-07-081-19/+194
* [InstCombine] canonicalize icmp predicate feeding selectSanjay Patel2017-06-271-1/+1
* [InstCombine] morph an existing instruction instead of creating a new oneSanjay Patel2017-04-121-2/+2
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* [InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...Sanjay Patel2016-05-131-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-3/+3
* Update test case.Benjamin Kramer2015-02-121-2/+2
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* IR: Fold away compares between GV GEPs and GVsDavid Majnemer2014-07-041-1/+1
* LoopVectorizer: Don't if-convert constant expressions that can trapArnold Schwaighofer2013-12-171-0/+63
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-2/+2
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-091-1/+1
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-051-1/+1
* Add support for reduction variables when IF-conversion is enabled. Nadav Rotem2012-12-041-0/+48
* Add the last part that is needed for vectorization of if-converted code.Nadav Rotem2012-12-041-0/+60
OpenPOWER on IntegriCloud