Split up subtracts into add+negate if they have a reassociable use or operand
[oota-llvm.git] / test / Transforms / Reassociate / shift-factor.ll
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-03-14 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...