llvm-project/llvm/test
Simon Pilgrim 6ba0b9f68a [X86][SLM] Fix PBLENDVB uops and throughput
SLM PBLENDVB is just as bad as BLENDVPD/PS - so model it as such, fixing the rr vs rm uops diff as well. The Intel AoM appears to have a copy+paste typo with PBLENDW, it doesn't match Agner or InstLatX64.

Noticed while investigating some of the weird discrepancies reported by the D103695 helper script (SLM had much better vector shift throughputs than it should).
2021-09-03 11:31:29 +01:00
..
Analysis [MemorySSA] Properly handle liveOnEntry in the walker printer 2021-09-02 12:51:27 -07:00
Assembler The maximal representable alignment in LLVM IR is 1GiB, not 512MiB 2021-08-26 12:53:39 +03:00
Bindings
Bitcode [DebugInfo] generate btf_tag annotations for func parameters 2021-08-26 14:18:30 -07:00
BugPoint
CodeGen [AArch64][GlobalISel] Support for folding G_ROTR as shifted operands. 2021-09-02 21:37:24 -07:00
DebugInfo [DWARF] Support new TAG DW_TAG_LLVM_annotation 2021-08-31 19:22:17 -07:00
Demangle
Examples
ExecutionEngine [JITLink] Add initial Aarch64 support 2021-09-03 10:48:06 +02:00
Feature
FileCheck [FileCheck] Use StringRef for MatchRegexp to fix crash. 2021-09-01 14:27:14 +02:00
Instrumentation [hwasan] Support more complicated lifetimes. 2021-09-03 10:29:50 +01:00
Integer
JitListener
LTO
Linker [IRLinker] Suppress linker warnings when linking with CUDA libdevice. 2021-09-01 10:45:15 -07:00
MC [AArch64][SME] Support NEON vector to GPR integer moves in streaming mode 2021-09-03 07:59:17 +00:00
MachineVerifier Revert @llvm.isnan intrinsic patchset. 2021-09-02 13:53:56 +03:00
Object
ObjectYAML
Other [test] Remove legacy PM tests in llvm/test/Other 2021-09-02 12:23:24 -07:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Allow target specific flags for RegisterClass 2021-08-31 22:29:11 -04:00
ThinLTO/X86 [Clang] add support for error+warning fn attrs 2021-08-25 10:34:18 -07:00
Transforms [LoopBoundSplit] Update phi node in exit block 2021-09-03 09:10:50 +01:00
Unit
Verifier [Verifier] Only allow invariant.group metadata on stores and loads 2021-09-02 12:49:04 -07:00
YAMLParser
tools [X86][SLM] Fix PBLENDVB uops and throughput 2021-09-03 11:31:29 +01:00
.clang-format
CMakeLists.txt
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in