Implement: (A|B)^B == A & (~B)
authorChris Lattner <sabre@nondot.org>
Mon, 10 Mar 2003 18:24:17 +0000 (18:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Mar 2003 18:24:17 +0000 (18:24 +0000)
commitcb40a3749aa30b7b8a80d0e2d264379c331b1ae2
tree154ae8a11eeffc380969172543d71c1c609f1f0e
parent63a95485912c9926c867e0514b889ab7c43ee5b2
Implement:  (A|B)^B == A & (~B)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5728 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp