Transform (x << (y&31)) -> (x << y). This takes advantage of the fact x86 shift instr...
[oota-llvm.git] / test / CodeGen / PowerPC / atomic-2.ll
2008-08-25 Dale JohannesenAdjust grep's for new code sequence.
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-04-19 Evan Cheng64-bit atomic operations.