[llvm] f81e3f2 - [RISCV][NFC] Fix the comment for VALUVINoVm (#132730)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 09:49:57 PDT 2025


Author: Piotr Fusik
Date: 2025-03-24T17:49:53+01:00
New Revision: f81e3f2633bdd37e0efa79015732ed572166c577

URL: https://github.com/llvm/llvm-project/commit/f81e3f2633bdd37e0efa79015732ed572166c577
DIFF: https://github.com/llvm/llvm-project/commit/f81e3f2633bdd37e0efa79015732ed572166c577.diff

LOG: [RISCV][NFC] Fix the comment for VALUVINoVm (#132730)

Added: 
    

Modified: 
    llvm/lib/Target/RISCV/RISCVInstrInfoV.td

Removed: 
    


################################################################################
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