Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / big-endian-actual-args.ll
2007-07-06 Dan GohmanAdd an explicit triple to the big-endian tests so that...
2007-07-05 Dan GohmanAdd a parameter to getCopyToParts and getCopyFromParts...