llvm-6502/test
Quentin Colombet 1ad854adba [RegisterCoalescer] Refine the terminal rule to still consider the terminal
nodes.
When a node is terminal it is pushed at the end of the list of the copies to
coalesce instead of being completely ignored. In effect, this reduces its
priority over non-terminal nodes.

Because of that, we do not miss the rematerialization opportunities, nor the
copies that can be merged with more complex, than the terminal rule,
interference checks.

Related to PR22768.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233395 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-27 18:37:15 +00:00
..
Analysis Require a GC strategy be specified for functions which use gc.statepoint 2015-03-27 05:09:33 +00:00
Assembler LLParser: Require non-null scope for MDLocation and MDLocalVariable 2015-03-27 17:56:39 +00:00
Bindings
Bitcode
BugPoint bugpoint: Verify input files 2015-03-26 05:03:10 +00:00
CodeGen [RegisterCoalescer] Refine the terminal rule to still consider the terminal 2015-03-27 18:37:15 +00:00
DebugInfo DebugInfo: Update testcases with invalid variables 2015-03-27 01:58:34 +00:00
ExecutionEngine Make exit-code test use same mechanism as existing one. 2015-03-25 14:35:40 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker Work around pr23045 and make it easier to reproduce. 2015-03-27 15:55:06 +00:00
LTO
MC [AsmPrinter] Don't assert on GOT equivalent non-constant users. 2015-03-27 01:40:54 +00:00
Object
Other
SymbolRewriter
TableGen
tools Add a -raw option to the -section mode of llvm-objdump. 2015-03-27 17:31:15 +00:00
Transforms DebugInfo: Fix another bitrotted testcase 2015-03-27 17:29:11 +00:00
Unit
Verifier Verifier: Check fields of MDVariable subclasses 2015-03-27 17:29:58 +00:00
YAMLParser
.clang-format
CMakeLists.txt test: Fix the dependencies for the check-llvm-* targets 2015-03-25 08:07:47 +00:00
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh