Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x.
[oota-llvm.git] / test / Transforms / LoopVectorize / reduction.ll
2012-10-19 Nadav RotemVectorizer: Add support for loop reductions.