llvm-6502/test/Transforms/LoopVectorize
Nadav Rotem bb950854ac Fix a bug in the vectorization of wide load/store operations.
We used a SCEV to detect that A[X] is consecutive. We assumed that X was
the induction variable. But X can be any expression that uses the induction
for example: X = i + 2;



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166388 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-21 06:49:10 +00:00
..
2012-10-20-infloop.ll Vectorizer: fix a bug in the classification of induction/reduction phis. 2012-10-21 02:38:01 +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
induction_plus.ll Fix a bug in the vectorization of wide load/store operations. 2012-10-21 06:49:10 +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 Add support for reduction variables that do not start at zero. 2012-10-21 05:52:51 +00:00