Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / Generic / 2007-04-27-LargeMemObject.ll
2007-07-17 Tanya LattnerDon't use * in XFAIL line unless you want it to XFAIL...
2007-07-17 Gabor GreifXFAIL these on sparc-solaris
2007-04-28 Chris Lattnernew testcase