Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / itofp128.ll
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...