aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopVectorize/reduction.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-46/+46
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-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