[llvm] [RISCV] Copy base instruction TSFlags in RVV pseudo TSFlags. NFC (PR #149785)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 21 04:10:51 PDT 2025


================
@@ -785,10 +790,9 @@ class GetVTypeMinimalPredicates<VTypeInfo vti> {
 class VPseudoUSLoadNoMask<VReg RetClass,
                           int EEW,
                           DAGOperand sewop = sew> :
-      Pseudo<(outs RetClass:$rd),
+      RISCVVPseudo<(outs RetClass:$rd),
              (ins RetClass:$dest, GPRMemZeroOffset:$rs1, AVL:$vl, sewop:$sew,
----------------
wangpc-pp wrote:

Indent this and others?

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


More information about the llvm-commits mailing list