aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopStrengthReduce/insert-positions.ll
AgeCommit message (Collapse)Author
2010-08-05Move x86-specific tests out of test/Transforms/LoopStrengthReduce andDan Gohman
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110343 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-09Fix a bug in IVUsers which was permitting non-affine addrecs toDan Gohman
be sent to LSR, which it isn't prepared to handle. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100839 91177308-0d34-0410-b5e6-96231b3b80d8