Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / CPP /
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...