diff options
author | Luke Lau <luke@igalia.com> | 2024-02-15 11:48:38 +0800 |
---|---|---|
committer | Luke Lau <luke@igalia.com> | 2024-02-15 12:17:27 +0800 |
commit | fc0b67e1d79d1f199687f8f06d619984d9520230 (patch) | |
tree | 49265d916ec694df7f43ad2423868a5397b1f7df /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | fa9e297b8b63dacb962d99814e698658ad71f946 (diff) | |
download | llvm-fc0b67e1d79d1f199687f8f06d619984d9520230.zip llvm-fc0b67e1d79d1f199687f8f06d619984d9520230.tar.gz llvm-fc0b67e1d79d1f199687f8f06d619984d9520230.tar.bz2 |
[RISCV] Add cost model tests for llvm.vector.{insert,extract}. NFC
For llvm.vector.extract, this tests combinations of inserting at a zero and
non-zero index, and extracting from a fixed or scalable vector.
For llvm.vector.insert, this tests the same combinations as extracts but with
an additional configuration for an undef vector. This is because we can use a
subregister insert if the index is 0 and the vector is undef, which should be
free.
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions