| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-24 | LoopVectorizer: Add a basic cost model which uses the VTTI interface. | Nadav Rotem | |
| git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166620 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2012-10-21 | Fix a bug in the vectorization of wide load/store operations. | Nadav Rotem | |
| 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 | |||
