[llvm] r226663 - DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))

Tim Northover t.p.northover at gmail.com
Wed Jan 21 07:50:45 PST 2015


> DAGCombine: fold (or (and X, M), (and X, N)) -> (and X, (or M, N))

Sorry, didn't mean to pre-empt review here. I've reverted it in r226665.

Tim.



More information about the llvm-commits mailing list