[PATCH] D133863: [RISCV] Add MC support of RISCV zcmt Extension
    Craig Topper via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Feb 14 23:15:44 PST 2023
    
    
  
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZc.td:135
+def CM_JT : RVInst16CJ<0b101, 0b10, (outs), (ins uimm5:$index),
+                      "cm.jt", "$index">{
+  bits<5> index;
----------------
Indent 1 more space
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133863/new/
https://reviews.llvm.org/D133863
    
    
More information about the cfe-commits
mailing list