[PATCH] D147644: [RISCV] Move some vector tests to rvv directory. NFC
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 11:14:14 PDT 2023
luke created this revision.
luke added reviewers: craig.topper, reames.
Herald added subscribers: jobnoorman, asb, pmatos, VincentWu, armkevincheng, sjarus, eric-k256, vkmr, frasercrmck, evandro, luismarques, apazos, sameer.abuasal, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar, arichardson.
Herald added a project: All.
luke requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, eopXD, MaskRay.
Herald added a project: LLVM.
I personally find it handy to be able to run the check-llvm-codegen-riscv-rvv target to test anything that involves vector codegen, so this patch moves some more vector-based test cases into that directory to increase its coverage.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147644
Files:
llvm/test/CodeGen/RISCV/fold-vector-cmp.ll
llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll
llvm/test/CodeGen/RISCV/rvv/fold-vector-cmp.ll
llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll
llvm/test/CodeGen/RISCV/rvv/scalable-vector-struct.ll
llvm/test/CodeGen/RISCV/rvv/vadd-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/vec3-setcc-crash.ll
llvm/test/CodeGen/RISCV/rvv/vmul-vp-mask.ll
llvm/test/CodeGen/RISCV/rvv/vsub-vp-mask.ll
llvm/test/CodeGen/RISCV/scalable-vector-struct.ll
llvm/test/CodeGen/RISCV/vadd-vp-mask.ll
llvm/test/CodeGen/RISCV/vec3-setcc-crash.ll
llvm/test/CodeGen/RISCV/vmul-vp-mask.ll
llvm/test/CodeGen/RISCV/vsub-vp-mask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147644.511164.patch
Type: text/x-patch
Size: 296057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230405/38702e20/attachment-0001.bin>
More information about the llvm-commits
mailing list