Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / 2008-03-17-RegScavengerCrash.ll
2008-03-18 Evan ChengRewrite code that propagate isDead information after...