summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/no_outside_user.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+414
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-414/+0
* [LV] Vectorize loops where non-phi instructions used outside loopAnna Thomas2018-08-211-0/+147
* [LV] Teach about non header phis that have uses outside the loopAnna Thomas2018-08-141-6/+231
* Recommit [LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein2016-06-151-32/+0
* Reverting r272715 since it broke libcxx.Michael Kuperstein2016-06-141-0/+32
* [LV] Enable vectorization of loops where the IV has an external useMichael Kuperstein2016-06-141-32/+0
* Print vectorization analysis when loop hint is specified.Tyler Nowicki2015-08-111-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-2/+2
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* Improve the remark generated when a variable that is used outside the loop is...Tyler Nowicki2014-07-311-1/+4
* Fix missing CHECK-LABELsMatt Arsenault2013-10-021-2/+2
* Don't vectorize if there are outside loop users of the induction variable.Arnold Schwaighofer2013-09-161-0/+30
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-311-0/+41
OpenPOWER on IntegriCloud