aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/reduction.ll
AgeCommit message (Expand)Author
2012-10-31LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem
2012-10-30LoopVectorize: Fix a bug in the initialization of reduction variables. AND ne...Nadav Rotem
2012-10-25Add support for additional reduction variables: AND, OR, XOR.Nadav Rotem
2012-10-24LoopVectorizer: Add a basic cost model which uses the VTTI interface.Nadav Rotem
2012-10-21Add support for reduction variables that do not start at zero.Nadav Rotem
2012-10-19Vectorizer: Add support for loop reductions.Nadav Rotem