[all-commits] [llvm/llvm-project] 3d6c63: [RISCV] Cleanup some vector tests. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Oct 6 10:52:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d6c63d41348cd57a2e02b35e5624f6d42a577f6
https://github.com/llvm/llvm-project/commit/3d6c63d41348cd57a2e02b35e5624f6d42a577f6
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp-mask.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vector-trunc-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extload-truncstore.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-marith-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-peephole-vmerge-vops.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-mask-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vtrunc-vp-mask.ll
M llvm/test/CodeGen/RISCV/rvv/vtrunc-vp.ll
Log Message:
-----------
[RISCV] Cleanup some vector tests. NFC
Some tests had scalable vector intrinsic names with fixed vector types.
Some had types in the wrong order.
Remove scalable vector test from fixed vector files.
Also replace insert+shuffle constexprs with fixed constant vectors.
More information about the All-commits
mailing list