1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/test
Nikita Popov ceee5076bf [LVI] Don't bail on overdefined value in select
Even if one of the operands is overdefined, we may still produce
a non-overdefined result, e.g. due to a min/max operation. This
matches our handling elsewhere, e.g. for binary operators.

The slot poisoning comment refers to a much older LVI cache
implementation.
2021-04-04 11:11:01 +02:00
..
Analysis [funcattrs] Infer nosync from readnone and non-convergent 2021-04-01 11:37:34 -07:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [FastISel] Remove kill tracking 2021-04-03 15:50:13 +02:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [RISCV] Improve 64-bit integer constant materialization for more cases. 2021-04-02 10:18:08 -07:00
Object [TextAPI] Add support for arm64_32 2021-04-01 17:19:12 -07:00
ObjectYAML
Other [PassManager] Run additional LICM before LoopRotate 2021-04-02 11:11:42 +03:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [ms] [llvm-ml] Accept /WX to signal that warnings should be fatal. 2021-04-02 15:13:20 -04:00
Transforms [LVI] Don't bail on overdefined value in select 2021-04-04 11:11:01 +02:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Conditionalize the JIT test dependency 2021-03-30 13:04:02 -07:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh