[llvm] [RISCV][NFC] Fix the comment for VALUVINoVm (PR #132730)
Piotr Fusik via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 05:37:41 PDT 2025
https://github.com/pfusik created https://github.com/llvm/llvm-project/pull/132730
None
>From 119431a9f123ab9acd84fe7ea02372c83283a2ad Mon Sep 17 00:00:00 2001
From: Piotr Fusik <p.fusik at samsung.com>
Date: Mon, 24 Mar 2025 13:35:40 +0100
Subject: [PATCH] [RISCV][NFC] Fix the comment for VALUVINoVm
---
llvm/lib/Target/RISCV/RISCVInstrInfoV.td | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoV.td b/llvm/lib/Target/RISCV/RISCVInstrInfoV.td
index d571394ad65ed..fe43a2be4aab9 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoV.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoV.td
@@ -533,7 +533,7 @@ class VALUmVI<bits<6> funct6, string opcodestr, Operand optype = simm5>
(ins VR:$vs2, optype:$imm, VMaskCarryInOp:$vm),
opcodestr, "$vd, $vs2, $imm, $vm">;
-// op vd, vs2, imm, vm
+// op vd, vs2, imm
class VALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
: RVInstIVI<funct6, (outs VR:$vd),
(ins VR:$vs2, optype:$imm),
More information about the llvm-commits
mailing list