1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test
Ulrich Weigand 91c3170ffd [SystemZ] Do not crash when selecting an OR of two constants
In rare cases, common code will attempt to select an OR of two
constants.  This confuses the logic in splitLargeImmediate,
causing an internal error during isel.  Fixed by simply leaving
this case to common code to handle.

This fixes PR34859.

llvm-svn: 318187
2017-11-14 20:00:34 +00:00
..
Analysis Simplify irreducible loop metadata test code. 2017-11-14 19:48:59 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [SystemZ] Do not crash when selecting an OR of two constants 2017-11-14 20:00:34 +00:00
DebugInfo Fix an assertion in SelectionDAG::transferDbgValues() 2017-11-13 21:24:54 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [PM] Port BoundsChecking to the new PM. 2017-11-14 01:30:04 +00:00
Integer
JitListener
Linker
LTO
MC [X86] Limit NOPs to 7 bytes when 'slm' is spelled 'silvermont'. 2017-11-13 08:17:30 +00:00
Object
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-strings] Add support for the -a/--all options 2017-11-14 19:58:36 +00:00
Transforms Simplify irreducible loop metadata test code. 2017-11-14 19:48:59 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh