Skip to content
Commit 98d48a0b authored by Chris Lattner's avatar Chris Lattner
Browse files

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.

llvm-svn: 92693
parent 39b063bf
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment