llvm-6502/lib/Transforms
Anders Carlsson 77bc49e5e2 Recognize and simplify
(A+B) == A  ->  B == 0
A == (A+B)  ->  B == 0



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124567 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-30 22:01:13 +00:00
..
Hello
InstCombine Recognize and simplify 2011-01-30 22:01:13 +00:00
Instrumentation
IPO
Scalar Unbreak the MSVC build. 2011-01-29 20:06:16 +00:00
Utils Re-apply r124518 with fix. Watch out for invalidated iterator. 2011-01-29 04:46:23 +00:00
Makefile