summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/reduction.ll
Commit message (Expand)AuthorAgeFilesLines
* [LV] Strip wrap flags from vectorized reductionsAyal Zaks2019-12-201-1/+1
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+580
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-580/+0
* add a missed case for binary op FMF propagation under select foldsMichael Berg2018-08-161-1/+1
* NFC: Add a test to LV showing that reduction is not possible when reduction v...Anna Thomas2018-08-131-0/+39
* [LV] Allow reductions that have several uses outside the loopMichael Kuperstein2017-01-181-0/+46
* [LV] Remove triples from target-independent vectorizer tests. NFC.Michael Kuperstein2016-10-061-1/+0
* [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH ins...James Molloy2015-09-021-1/+1
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-23/+23
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-23/+23
* Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel2014-09-101-1/+1
* LoopVectorize: External uses must use the last value in a reduction cycleArnold Schwaighofer2013-10-071-0/+27
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-11/+11
* LoopVectorizer: Disallow reductions whose header phi is used outside the loopArnold Schwaighofer2013-07-131-0/+25
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-071-0/+119
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-091-1/+1
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-051-25/+0
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-051-2/+30
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-051-1/+1
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-041-0/+50
* LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer2012-12-181-0/+40
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-311-1/+1
* LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...Nadav Rotem2012-10-301-0/+1
* Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem2012-10-251-0/+79
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-241-1/+1
* Add support for reduction variables that do not start at zero.Nadav Rotem2012-10-211-4/+34
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-191-0/+122
OpenPOWER on IntegriCloud