diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-05 06:29:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-05 06:29:13 +0000 |
commit | 32c0cf5af933031f4e842bf44d08e96d76a70386 (patch) | |
tree | 356762667c21ca69c138bdde906758b8d9b38e7d /lib/Transforms/InstCombine/InstCombineAddSub.cpp | |
parent | d0db8e8bad3060d5c016483ecfc62d822bc84fb7 (diff) |
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
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineAddSub.cpp')
0 files changed, 0 insertions, 0 deletions