inline the 'AddRHS' transformation, simplifying things significantly.
authorChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:29:13 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Jan 2010 06:29:13 +0000 (06:29 +0000)
commit32c0cf5af933031f4e842bf44d08e96d76a70386
tree356762667c21ca69c138bdde906758b8d9b38e7d
parentd0db8e8bad3060d5c016483ecfc62d822bc84fb7
inline the 'AddRHS' transformation, simplifying things significantly.
Eliminate the 'AddMaskingAnd' transformation, it is redundant with this
more general code right below it:
  // A+B --> A|B iff A and B have no bits set in common.

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