[llvm] [MC][RISCV] Add assembly syntax highlighting for RISCV (PR #65853)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 9 11:39:04 PDT 2023


================
@@ -256,6 +258,7 @@ void RISCVInstPrinter::printSpimm(const MCInst *MI, unsigned OpNo,
   if (Opcode == RISCV::CM_PUSH)
     Spimm = -Spimm;
 
+  auto OS = markup(O, Markup::Immediate);
----------------
jrtc27 wrote:

Unused

https://github.com/llvm/llvm-project/pull/65853


More information about the llvm-commits mailing list