[llvm-branch-commits] [RISCV] Add vcpop.m/vfirst.m to RISCVMaskedPseudosTable (PR #115162)

Luke Lau via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Nov 6 06:44:57 PST 2024


================
@@ -1150,6 +1150,7 @@ class VPseudoUnaryNoMaskGPROut :
 class VPseudoUnaryMaskGPROut :
       Pseudo<(outs GPR:$rd),
              (ins VR:$rs1, VMaskOp:$vm, AVL:$vl, sew:$sew), []>,
+      RISCVMaskedPseudo<MaskIdx=1>,
----------------
lukel97 wrote:

Nit, add instead of adding it in the class move it to the two `def`s so it's consistent with other uses of RISCVMaskedPseudo?

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


More information about the llvm-branch-commits mailing list