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 convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
Scalar fix PR9215, preventing -reassociate from clearing nsw/nuw when 2011-02-17 01:29:24 +00:00
Utils
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00