[RISCV] Add test cases for insert subvector shuffles for fixed vectors
authorLuke Lau <luke@igalia.com>
Tue, 13 Jun 2023 13:51:49 +0000 (13:51 +0000)
committerLuke Lau <luke@igalia.com>
Wed, 28 Jun 2023 21:52:48 +0000 (22:52 +0100)
commit3e1a75109ffd481b391159c9bc8c46302d468fb1
treecb7f4b1e2c18074d0ae29cd6adb43a59d855dba8
parent742fb8b5c7036409f08ab0706f00057ac29ac773
[RISCV] Add test cases for insert subvector shuffles for fixed vectors

These cases could have the vmv.v.v folded into the VL of the previous
instruction.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D153030
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-subvector-shuffle.ll [new file with mode: 0644]