1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Craig Topper f4ddf70574 [X86] Improve the gather scheduler models for SkylakeClient and SkylakeServer
The load ports need a cycle for each potentially loaded element just like Haswell and Skylake. Unlike Haswell and Broadwell, the number of uops does not scale with the number of elements. Instead the load uops run for multiple cycles.

I've taken the latency number from the uops.info. The port binding for the non-load uops is taken from the original IACA data I have.

Differential Revision: https://reviews.llvm.org/D74000
2020-02-05 13:26:47 -08:00
..
Analysis Reapply: [SVE] Fix bug in simplification of scalable vector instructions 2020-02-05 10:00:09 -08:00
Assembler Add a test extracted from D69557 "AsmParser: Allow FMF on varargs call" 2020-01-29 16:46:45 +00:00
Bindings
Bitcode [WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP 2020-02-05 08:59:48 -08:00
BugPoint
CodeGen AMDGPU/GlobalISel: Remove bitcast legality hack 2020-02-05 16:24:24 -05:00
DebugInfo [DebugInfo] Avoid the call site param for mem instrs with multiple defs 2020-02-05 10:03:14 +01:00
Demangle
Examples
ExecutionEngine
Feature Revert "Activate extension loading test on Darwin now that the underlying fix has landed" 2020-02-05 11:04:38 -08:00
FileCheck Improve error message of FileCheck when stdin is empty 2020-02-04 11:14:55 +00:00
Instrumentation [Instrumentation] Set hidden visibility for the bias variable 2020-01-28 12:07:03 -08:00
Integer
JitListener
Linker
LTO [LTO] Add optimization remarks for removed functions 2020-01-29 15:53:51 -08:00
MachineVerifier
MC [ARM] Correct syntax of the CLRM insn 2020-02-05 13:54:34 +00:00
Object [llvm-readobj][test] - Cleanup testing of the --sections command line option. 2020-01-31 12:58:12 +03:00
ObjectYAML [DWARF] Return Error from DWARFDebugArangeSet::extract(). 2020-01-23 12:41:05 +07:00
Other [WPD/LowerTypeTests] Delay lowering/removal of type tests until after ICP 2020-02-05 08:59:48 -08:00
Reduce Revert "[llvm-reduce] add ReduceAttribute delta pass" 2020-02-05 14:15:11 -05:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen TableGen/GlobalISel: Handle non-leaf EXTRACT_SUBREG 2020-01-24 12:15:10 -08:00
ThinLTO/X86 [ThinLTO] Disable "Always import constants" due to compile time issues 2020-01-30 10:12:48 -08:00
tools [X86] Improve the gather scheduler models for SkylakeClient and SkylakeServer 2020-02-05 13:26:47 -08:00
Transforms MemCpyOpt cannot use ABI alignment even if it was not given 2020-02-06 06:21:55 +09:00
Unit
Verifier Implement -fsemantic-interposition 2020-01-31 14:02:33 +01:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh