1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test
Philip Reames 966e21bd41 [MemLoc] Fix a bug causing any use of invariant.end to crash in LICM
The fix is fairly simple, but is says something unpleasant about the usage and testing of invariant.start/end scopes that this went undetected.  To put this in perspective, *any* invariant.end in a loop flowing through LICM crashed.  I haven't bothered to figure out just how far back this goes, but it's not caused by any of the recent changes.  We're probably talking months if not years.  

llvm-svn: 339936
2018-08-16 20:48:55 +00:00
..
Analysis [ConstantFolding] add tests for funnel shift intrinsics; NFC 2018-08-16 16:10:42 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [SystemZ] Require asserts in subregliveness-06.mir 2018-08-16 20:12:15 +00:00
DebugInfo [codeview] Use push_macro to avoid conflicts instead of a prefix 2018-08-16 17:34:31 +00:00
Demangle [MS Demangler] Demangle string literals. 2018-08-16 16:17:36 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [BFI] Use rounding while computing profile counts. 2018-08-16 00:26:59 +00:00
Integer
JitListener
Linker
LTO
MC [codeview] Use push_macro to avoid conflicts instead of a prefix 2018-08-16 17:34:31 +00:00
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools Add missing test file from r339799. 2018-08-16 19:29:01 +00:00
Transforms [MemLoc] Fix a bug causing any use of invariant.end to crash in LICM 2018-08-16 20:48:55 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh