llvm-6502/test/Transforms/LoopVectorize
Nadav Rotem bf8772ed2c Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x.
If the pointer is consecutive then it is safe to read and write. If the pointer is non-loop-consecutive then
it is unsafe to vectorize it because we may hit an ordering issue.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166371 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-20 08:26:33 +00:00
..
gcc-examples.ll Vectorizer: Add support for loop reductions. 2012-10-19 23:05:40 +00:00
increment.ll Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x. 2012-10-20 08:26:33 +00:00
lit.local.cfg
non-const-n.ll
read-only.ll Vectorize: teach cavVectorizeMemory to distinguish between A[i]+=x and A[B[i]]+=x. 2012-10-20 08:26:33 +00:00
reduction.ll Vectorizer: Add support for loop reductions. 2012-10-19 23:05:40 +00:00