InstCombine: (X ^ 4) == 8 --> X == 12
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2003 17:26:36 +0000 (17:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jul 2003 17:26:36 +0000 (17:26 +0000)
commit00b1a7e23e7e0804be5c1195d0cdef9974043049
treeab1f3e5019b9a21085fc495eae21e9bc59817544
parent347319a4c90abdfa333a247f892e86497c38e7bd
InstCombine: (X ^ 4) == 8  --> X == 12

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