1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test
Walter Lee b444048e49 [RegAllocGreedy] Fix crash in tryLocalSplit
tryLocalSplit only handles a single use block, but an interval may
have multiple use blocks.  So don't crash in that case.  This fixes
PR38795.

Differential revision: https://reviews.llvm.org/D52277

llvm-svn: 342682
2018-09-20 20:05:57 +00:00
..
Analysis
Assembler [IR] Add a boolean field in DILocation to know if a line must covered or not 2018-09-20 08:53:06 +00:00
Bindings
Bitcode [Bitcode] Address backwards compat bug in r342631 2018-09-20 18:59:33 +00:00
BugPoint
CodeGen [RegAllocGreedy] Fix crash in tryLocalSplit 2018-09-20 20:05:57 +00:00
DebugInfo [PDB] Add the ability to map forward references to full decls. 2018-09-20 15:50:13 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [RISCV][MC] Improve parsing of jal/j operands 2018-09-20 08:10:35 +00:00
Object
ObjectYAML
Other [New PM] Introducing PassInstrumentation framework 2018-09-20 17:08:45 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Write TYPE_IDs for types used in functions imported by aliases 2018-09-19 18:51:42 +00:00
tools [PDB] Fix failing test. 2018-09-20 16:12:27 +00:00
Transforms [inline Cost] Don't mark functions accessing varargs as non-inlinable 2018-09-20 18:39:34 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh