Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / frounds.ll
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-01-18 Dale JohannesenImplement flt_rounds for PowerPC.