summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/reduction.ll
Commit message (Expand)AuthorAge
* LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer2013-05-07
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-09
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-05
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-04
* LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer2012-12-18
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-31
* LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...Nadav Rotem2012-10-30
* Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem2012-10-25
* LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem2012-10-24
* Add support for reduction variables that do not start at zero.Nadav Rotem2012-10-21
* Vectorizer: Add support for loop reductions.Nadav Rotem2012-10-19