aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl/nonzero-first-index.ll
Commit message (Collapse)AuthorAgeFilesLines
* Generalize SROA to allow the first index of a GEP to be non-zero. Add aBob Wilson2009-12-221-0/+53
missing check that an array reference doesn't go past the end of the array, and remove some redundant checks for in-bound array and vector references that are no longer needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91897 91177308-0d34-0410-b5e6-96231b3b80d8