[llvm] efa5494 - [RISCV] Remove ', vm' from comment for instruction that doesn't have mask. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 15:53:34 PDT 2024


Author: Craig Topper
Date: 2024-03-25T15:52:52-07:00
New Revision: efa54949b947edc80069d122d771c021b64c3777

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

LOG: [RISCV] Remove ', vm' from comment for instruction that doesn't have mask. NFC

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td b/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
index 80ba5452919695..4cf64e5b09de3c 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
@@ -67,7 +67,7 @@ class PALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
   let Inst{6-0} = OPC_OP_P.Value;
 }
 
-// op vd, vs2, imm, vm
+// op vd, vs2, imm
 class PALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
     : VALUVINoVm<funct6, opcodestr, optype> {
   let Inst{6-0} = OPC_OP_P.Value;


        


More information about the llvm-commits mailing list