Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-07-15-Fabs.ll
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.