llvm-6502/test
Duncan Sands 669011f50b When performing a conditional branch depending on the value of a comparison
%cmp (eg: A==B) we already replace %cmp with "true" under the true edge, and
with "false" under the false edge.  This change enhances this to replace the
negated compare (A!=B) with "false" under the true edge and "true" under the
false edge.  Reported to improve perlbench results by 1%.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151517 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-27 08:14:30 +00:00
..
Analysis Change the implementation of dominates(inst, inst) to one based on what the 2012-02-26 02:19:19 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Revert r151278, breaks static linking. 2012-02-25 03:40:11 +00:00
DebugInfo If the Address of a variable is an argument then treat the entire 2012-02-24 01:59:08 +00:00
ExecutionEngine
Feature
Instrumentation
Integer
lib
Linker
MC X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by Kay Tiong Khoo. 2012-02-27 01:54:29 +00:00
Object
Other
Scripts
TableGen Add Foreach Loop 2012-02-22 16:09:41 +00:00
Transforms When performing a conditional branch depending on the value of a comparison 2012-02-27 08:14:30 +00:00
Unit
Verifier
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
site.exp.in
TestRunner.sh