llvm-6502/lib/Transforms
Duncan Sands a77243300b Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise for some
variations (some of these were already present so I unified the code).  Spotted by my
auto-simplifier as occurring a lot.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125734 91177308-0d34-0410-b5e6-96231b3b80d8
2011-02-17 07:46:37 +00:00
..
Hello
InstCombine Transform "A + B >= A + C" into "B >= C" if the adds do not wrap. Likewise for some 2011-02-17 07:46:37 +00:00
Instrumentation
IPO
Scalar
Utils
Makefile