llvm-6502/test/CodeGen
Dan Gohman cd9e155755 Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code
that SCEVExpander can produce when running on behalf of LSR.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93949 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 23:30:49 +00:00
..
Alpha
ARM Test case for r93758. 2010-01-19 00:35:20 +00:00
Blackfin
CBackend
CellSPU don't let asm-verbose break the check-next lines in these tests. 2010-01-19 06:39:54 +00:00
CPP
Generic APInt'fy TargetLowering::SimplifySetCC to fix PR5963. 2010-01-07 20:58:44 +00:00
Mips
MSP430 Reenable tests 2010-01-15 21:19:26 +00:00
PIC16
PowerPC Now that we have everything nicely factored (e.g. asmprinter is not 2010-01-19 05:38:33 +00:00
SPARC
SystemZ
Thumb Run the pre-register allocation tail duplication pass by default. Remove 2010-01-16 00:29:50 +00:00
Thumb2 Remove predicates when changing an add into an unpredicable mov. 2010-01-19 21:08:28 +00:00
X86 Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some code 2010-01-19 23:30:49 +00:00
XCore