[llvm] [RISCV][NFC] Fix the comment for VALUVINoVm (PR #132730)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 05:38:16 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-backend-risc-v
Author: Piotr Fusik (pfusik)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/132730.diff
1 Files Affected:
- (modified) llvm/lib/Target/RISCV/RISCVInstrInfoV.td (+1-1)
``````````diff
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),
``````````
</details>
https://github.com/llvm/llvm-project/pull/132730
More information about the llvm-commits
mailing list