IC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2)
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2003 17:57:01 +0000 (17:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2003 17:57:01 +0000 (17:57 +0000)
commitc6a8aff3f617f351ed16aaa37580b1284b52e57a
treedbd21d2651e08a2fe30fd086ee4d78f31187574f
parent2b8e478b5d31f5fb5bf9bb5b9cf8ebea6350ffce
IC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2)
Minor code cleanup

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