[llvm] [RISCV][GISEL] Legalize G_INSERT and G_EXTRACT for scalable vectors (PR #108220)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 11 10:03:00 PDT 2024


================
@@ -41,6 +41,82 @@ def G_VMCLR_VL : RISCVGenericInstruction {
 }
 def : GINodeEquiv<G_VMCLR_VL, riscv_vmclr_vl>;
 
+// Pseudo equivalent to a RISCVISD::VFMV_S_F_VL
+def G_VFMV_S_F_VL : RISCVGenericInstruction {
----------------
topperc wrote:

This isn't used?

https://github.com/llvm/llvm-project/pull/108220


More information about the llvm-commits mailing list