[RISCV][InsertVSETVLI] vmv.s.x and fvmv.s.f do not depend on LMUL
authorPhilip Reames <preames@rivosinc.com>
Thu, 8 Dec 2022 18:12:00 +0000 (10:12 -0800)
committerPhilip Reames <listmail@philipreames.com>
Thu, 8 Dec 2022 18:14:39 +0000 (10:14 -0800)
commit06ebce363a713ced024acd7807e6143abb718736
treeeeffed56953927f96a9b67b180f2e8640c447018
parent8f9d28d8597766b4b8cc52857832ca4d905bcf3e
[RISCV][InsertVSETVLI] vmv.s.x and fvmv.s.f do not depend on LMUL

We already have this rule encoded elsewhere in the file - which is why we don't see any test changes.  I'm adding it here for completionism.

This is not technically NFC since there could be a test case which isn't caught by the specific rules, but is handled by the generic logic.  I don't have such an example.
llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp