llvm-6502/lib
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
..
Analysis
AsmParser
Bitcode
CodeGen This is a fix for PR# 19051. I noticed code gen differences due to code motion when running tests with and without the debug info at O2. The problem is in branch folding. A loop wanted to skip the debug info, but actually it didn't do so. 2014-03-26 22:15:28 +00:00
DebugInfo
ExecutionEngine
IR llvm-cov: Handle functions with no line number 2014-03-26 22:03:06 +00:00
IRReader
LineEditor
Linker
LTO
MC Move MCSymbolizer's constructor into header. It's trivial - there's no need for 2014-03-27 02:42:52 +00:00
Object
Option
ProfileData
Support
TableGen
Target InstCombine: merge constants in both operands of icmp. 2014-03-27 11:16:05 +00:00
Transforms InstCombine: merge constants in both operands of icmp. 2014-03-27 11:16:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile