Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests. | Andrew Trick | 2012-03-22 | 1 | -42/+0 |
| | | | | llvm-svn: 153259 | ||||
* | Removed colons from some target datalayout strings in test, since they don't ↵ | Lang Hames | 2011-10-12 | 1 | -1/+1 |
| | | | | | | match the required format. llvm-svn: 141825 | ||||
* | Conditionalize indvars tests that rely on SCEV expansion of geps, | Andrew Trick | 2011-09-12 | 1 | -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 Trick | 2011-03-18 | 1 | -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 Uildriks | 2009-11-03 | 1 | -0/+1 |
| | | | | | | depend on target data to supply it within the test llvm-svn: 85900 | ||||
* | Fix a case where ScalarEvolution was expanding pointer arithmetic | Dan Gohman | 2009-09-26 | 1 | -0/+41 |
to inttoptr/ptrtoint unnecessarily. llvm-svn: 82864 |