<div dir="ltr"><div style>This patch changes DAGCombiner to do the following:</div><div style>  (xor (and x, y), y) -> (and (not x), y)<br></div><div style><br></div><div style>This is nice because we avoid emitting an immediate twice for tagets like X86.</div>
<div style><br></div><div style>-- </div><div style>David Majnemer</div></div>