Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x.
[oota-llvm.git] / test / Transforms / LoopVectorize / read-only.ll
2012-10-20 Nadav RotemVectorize: teach cavVectorizeMemory to distinguish...