DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / XCore / 2008-11-17-Shl64.ll
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-11-17 Richard OsborneDon't produce ADDC/ADDE when expanding SHL unless they...