1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test
Stefanos Baziotis 18edbe50e4 [Attributor] Fold terminators before changing instructions to unreachable
It is possible that an instruction to be changed to unreachable is
in the same block with a terminator that can be constant-folded.
In this case, as of now, the instruction will be changed to
unreachable before the terminator is folded. But, then the
whole BB becomes invalidated and so when we go ahead to fold
the terminator, we trap.

Change the order of these two.

Differential Revision: https://reviews.llvm.org/D75780
2020-03-07 12:38:44 +02:00
..
Analysis [AMDGPU][ConstantFolding] Fold llvm.amdgcn.cube* intrinsics 2020-03-06 16:42:53 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen Revert "Revert "[GlobalISel][Localizer] Enable intra-block localization of already-local uses."" 2020-03-06 21:35:08 -08:00
DebugInfo [DebugInfo] Print the actual value of an unknown section identifier. 2020-03-06 21:46:04 +07:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO ThinLTOBitcodeWriter: drop dso_local when a GlobalVariable is converted to a declaration 2020-03-05 18:09:33 -08:00
MachineVerifier
MC [MC] Allowing the use of $-prefixed integer as asm identifiers 2020-03-06 16:27:51 +00:00
Object [lib/ObjectYAML] - Make ELFYAML::Relocation::Offset optional. 2020-03-06 13:59:58 +03:00
ObjectYAML
Other Extend TimeTrace to LLVM's new pass manager 2020-03-06 14:45:19 -08:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [gold][test] Fix tests after D75713 and D74749 2020-03-06 13:38:04 -08:00
Transforms [Attributor] Fold terminators before changing instructions to unreachable 2020-03-07 12:38:44 +02:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh