llvm-project/llvm/test
Roman Lebedev 91373bf12e
[X86][Costmodel] Load/store i64 Stride=4 VF=16 interleaving costs
A few more tuples are being queried after D111546. Might be good to model them,
They all require a lot of manual assembly surgery.

The only sched models that for cpu's that support avx2
but not avx512 are: haswell, broadwell, skylake, zen1-3

For load we have:
https://godbolt.org/z/9bnKrefcG - for intels `Block RThroughput: =40.0`; for ryzens, `Block RThroughput: =16.0`
So could pick cost of `40`

For store we have:
https://godbolt.org/z/5s3s14dEY - for intels `Block RThroughput: =40.0`; for ryzens, `Block RThroughput: =16.0`
So we could pick cost of `40`.

I'm directly using the shuffling asm the llc produced,
without any manual fixups that may be needed
to ensure sequential execution.

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D111945
2021-10-17 17:28:10 +03:00
..
Analysis [X86][Costmodel] Load/store i64 Stride=4 VF=16 interleaving costs 2021-10-17 17:28:10 +03:00
Assembler Reland [IR] Increase max alignment to 4GB 2021-10-06 13:29:23 -07:00
Bindings
Bitcode [NFC][Attr] rename attribute btf_tag to btf_decl_tag 2021-10-11 20:57:31 -07:00
BugPoint
CodeGen [llvm][AArch64][SVE] Fold literals into math instructions 2021-10-17 10:57:04 +00:00
DebugInfo [Symbolize] Demangle Rust symbols 2021-10-16 13:32:17 +02:00
Demangle [Demangle][Rust] Parse non-ASCII identifiers 2021-10-01 22:08:32 +02:00
Examples
ExecutionEngine [Orc] Fix global variable destructor function support when --jit-kind=orc-lazy 2021-10-09 15:58:21 +08:00
Feature
FileCheck
Instrumentation [DFSan] Remove -dfsan-args-abi support in favor of TLS. 2021-10-08 11:18:36 -07:00
Integer
JitListener [IntelJITListener] Fix order in JitListener/multiple.ll 2021-09-29 16:46:09 -07:00
LTO
Linker Fix typo of colon to semicolon in lit tests 2021-10-09 10:03:50 +08:00
MC [RISCV] Unify the arch string parsing logic to to RISCVISAInfo. 2021-10-17 16:25:23 +08:00
MachineVerifier
Object
ObjectYAML [WebAssembly] Remove WasmTagType 2021-10-05 17:11:22 -07:00
Other [Inline] Make sure the InlineAdvisor is correctly cleared. 2021-10-12 10:42:41 -07:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86 Reland [clang] Rework dontcall attributes 2021-09-28 15:31:30 -07:00
Transforms [InstCombine] Add some extra tests for truncated saturates. NFC 2021-10-17 13:21:28 +01:00
Unit
Verifier Reland [IR] Increase max alignment to 4GB 2021-10-06 13:29:23 -07:00
YAMLParser
tools [llvm-dwarfdump] Fix unsigned overflow when calculating stats 2021-10-15 12:15:58 +02:00
.clang-format
CMakeLists.txt [mlgo][aot] requrie the model is autogenerated for test determinism 2021-10-13 14:02:41 -07:00
TestRunner.sh
lit.cfg.py [mlgo][aot] requrie the model is autogenerated for test determinism 2021-10-13 14:02:41 -07:00
lit.site.cfg.py.in [mlgo][aot] requrie the model is autogenerated for test determinism 2021-10-13 14:02:41 -07:00