llvm-6502/lib/Transforms
Erik Verbruggen 668c2aa517 InstCombine: merge constants in both operands of icmp.
Transform:
    icmp X+Cst2, Cst
into:
    icmp X, Cst-Cst2
when Cst-Cst2 does not overflow, and the add has nsw.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204912 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-27 11:16:05 +00:00
..
Hello
InstCombine InstCombine: merge constants in both operands of icmp. 2014-03-27 11:16:05 +00:00
Instrumentation
IPO
ObjCARC
Scalar Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by Björn Steinbrink! 2014-03-26 23:45:15 +00:00
Utils
Vectorize
CMakeLists.txt
LLVMBuild.txt
Makefile