1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test
Bill Wendling 1739071165 [CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BR
Tail duplication of a block with an INLINEASM_BR may result in a PHI
node on the indirect branch. This is okay, but it also introduces a copy
for that PHI node *after* the INLINEASM_BR, which is not okay.

See: https://github.com/ClangBuiltLinux/linux/issues/1125

Differential Revision: https://reviews.llvm.org/D88823

(cherry picked from commit d2c61d2bf9bd1efad49acba2f2751112522686aa)
2020-10-07 12:10:48 +02:00
..
Analysis
Assembler
Bindings C API: functions to get mask of a ShuffleVector 2020-09-28 12:36:16 +02:00
Bitcode
BugPoint
CodeGen [CodeGen][TailDuplicator] Don't duplicate blocks with INLINEASM_BR 2020-10-07 12:10:48 +02:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC
Object
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools
Transforms [APFloat] prevent NaN morphing into Inf on conversion (PR43907) 2020-09-30 13:28:43 +02:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh