Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move x86-specific tests out of test/Transforms/LoopStrengthReduce and | Dan Gohman | 2010-08-05 | 1 | -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 to | Dan Gohman | 2010-04-09 | 1 | -0/+69 |
be sent to LSR, which it isn't prepared to handle. llvm-svn: 100839 |