Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / ARM / fpowi.ll
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.