1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Arthur Eubanks c01a5baad9 [DIE] Remove DeadInstEliminationPass
This pass is like DeadCodeEliminationPass, but only does one pass
through a function instead of iterating on users of eliminated
instructions.

DeadCodeEliminationPass should be used in all cases.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D87933
2020-09-21 12:12:25 -07:00
..
Analysis [SCEV] Recognize @llvm.uadd.sat as %y + umin(%x, (-1 - %y)) 2020-09-21 20:25:54 +03:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [ARM][CMSE] Issue an error if passing arguments through memory across 2020-09-21 17:26:10 +01:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature [DIE] Remove DeadInstEliminationPass 2020-09-21 12:12:25 -07:00
FileCheck
Instrumentation [ASAN] Properly deal with musttail calls in ASAN 2020-09-18 23:10:34 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [PowerPC] Add vector pair load/store instructions and vector pair register class 2020-09-21 10:27:47 -05:00
Object
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [llvm-readelf/obj] - Stop printing invalid names for unnamed section symbols. 2020-09-21 13:05:46 +03:00
Transforms [DIE] Remove DeadInstEliminationPass 2020-09-21 12:12:25 -07:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh