llvm-6502/test
Manman Ren 2d4215f759 X86: Fix optimizeCompare to correctly check safe condition.
It is safe if EFLAGS is killed or re-defined.
When we are done with the basic block, check whether EFLAGS is live-out.
Do not optimize away cmp if EFLAGS is live-out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159888 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-07 03:34:46 +00:00
..
Analysis
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen X86: Fix optimizeCompare to correctly check safe condition. 2012-07-07 03:34:46 +00:00
DebugInfo Fix PR13202 and a regtest. 2012-07-06 08:45:08 +00:00
ExecutionEngine
Feature
Instrumentation
Integer
Linker
MC revert r159851. 2012-07-06 20:16:48 +00:00
Object
Other
Scripts
TableGen
Transforms teach instcombine to remove allocated buffers even if there are stores, memcpy/memmove/memset, and objectsize users. 2012-07-06 23:09:25 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh