DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))
[oota-llvm.git] / test / CodeGen / R600 / trunc-cmp-constant.ll
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine