summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/IndVarSimplify/preserve-gep-loop-variant.ll
Commit message (Collapse)AuthorAgeFilesLines
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-221-42/+0
| | | | llvm-svn: 153259
* Removed colons from some target datalayout strings in test, since they don't ↵Lang Hames2011-10-121-1/+1
| | | | | | match the required format. llvm-svn: 141825
* Conditionalize indvars tests that rely on SCEV expansion of geps,Andrew Trick2011-09-121-4/+4
| | | | | | | which is relevant with canonical IVs. Anything else being checked by these tests is already covered by early CSE. llvm-svn: 139535
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-181-1/+1
| | | | | | | | For example, on 32-bit architecture, don't promote all uses of the IV to 64-bits just because one use is a 64-bit cast. Alternate implementation of the patch by Arnaud de Grandmaison. llvm-svn: 127884
* Make opt default to not adding a target data string and update tests that ↵Kenneth Uildriks2009-11-031-0/+1
| | | | | | depend on target data to supply it within the test llvm-svn: 85900
* Fix a case where ScalarEvolution was expanding pointer arithmeticDan Gohman2009-09-261-0/+41
to inttoptr/ptrtoint unnecessarily. llvm-svn: 82864
OpenPOWER on IntegriCloud