Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / CBackend / pr2408.ll
2008-07-18 Dan GohmanIn the CBackend, use casts to force integer add, subtra...