1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Craig Topper a2db04da96 [SelectionDAG][PowerPC][AArch64][X86][ARM] Add chain input and output the ISD::FLT_ROUNDS_
This node reads the rounding control which means it needs to be ordered properly with operations that change the rounding control. So it needs to be chained to maintain order.

This patch adds a chain input and output to the node and connects it to the chain in SelectionDAGBuilder. I've update all in-tree targets to connect their chain through their lowering code.

Differential Revision: https://reviews.llvm.org/D75132
2020-02-25 16:58:23 -08:00
..
Analysis [CostModel][X86] We don't need a scale factor for SLM extract costs 2020-02-24 14:23:04 +00:00
Assembler
Bindings Revert "Rework go bindings so that validation works fine" 2020-02-24 09:20:08 -08:00
Bitcode
BugPoint
CodeGen [SelectionDAG][PowerPC][AArch64][X86][ARM] Add chain input and output the ISD::FLT_ROUNDS_ 2020-02-25 16:58:23 -08:00
DebugInfo [AMDGPU] Implement wave64 DWARF register mapping 2020-02-25 14:00:01 -05:00
Demangle
Examples
ExecutionEngine [JITLink] Add a MachO x86-64 GOT and Stub bypass optimization. 2020-02-23 23:38:31 -08:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC Emit register names in cfi assembly directives 2020-02-25 14:00:01 -05:00
Object
ObjectYAML
Other Use temporary directory for tests in D74346 2020-02-24 12:19:07 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen TableGen: Fix logic for default operands 2020-02-19 23:41:07 -05:00
ThinLTO/X86
tools Revert "[DWARFDebugLine] Avoid dumping prologue members we did not parse" 2020-02-25 17:58:50 +01:00
Transforms [OpenMP][Opt] Combine struct ident_t* during deduplication 2020-02-25 14:07:14 -08:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt Revert "Rework go bindings so that validation works fine" 2020-02-24 09:20:08 -08:00
lit.cfg.py Revert "Rework go bindings so that validation works fine" 2020-02-24 09:20:08 -08:00
lit.site.cfg.py.in
TestRunner.sh