llvm/lib/Transforms
Chris Lattner 32c0cf5af9 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
2010-01-05 06:29:13 +00:00
..
Hello Fix a bunch of little errors that Clang complains about when its being pedantic 2009-12-19 07:05:23 +00:00
InstCombine inline the 'AddRHS' transformation, simplifying things significantly. 2010-01-05 06:29:13 +00:00
Instrumentation Change errs() to dbgs(). 2010-01-05 01:27:01 +00:00
IPO Change errs() to dbgs(). 2010-01-05 01:28:37 +00:00
Scalar fix an infinite loop in reassociate building emacs. 2010-01-05 04:55:35 +00:00
Utils Change errs() to dbgs(). 2010-01-05 01:26:57 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00