summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopStrengthReduce/insert-positions.ll
Commit message (Collapse)AuthorAgeFilesLines
* Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman2010-08-051-69/+0
| | | | | | | | | into test/CodeGen/X86, so that they aren't run when the x86 target is not enabled. Fix uglygep.ll to not be x86-specific. llvm-svn: 110343
* Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman2010-04-091-0/+69
be sent to LSR, which it isn't prepared to handle. llvm-svn: 100839
OpenPOWER on IntegriCloud