Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / i128-arith.ll
2007-02-13 Chris Lattnersanity check for *basic* i128 arithmetic on all hosts.