<div dir="ltr">X86ISelLowering has support to treat:<br><div style>(icmp ne (and (xor %flags, -1), (shl 1, flag)), 0)</div><div style><br></div><div style>as if it were actually:</div><div style>(icmp eq (and %flags, (shl 1, flag)), 0)</div>
<div style><br></div><div style>However, r179386 has code at the InstCombine level to handle this.</div><div style>This makes me believe that we can remove this target specific optimization.</div><div style><br></div><div style>
-- </div><div style>David Majnemer</div></div>