Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / CBackend / 2008-05-31-BoolOverflow.ll
2008-05-31 Chris LattnerFix the CBE's handling of instructions whose result...