[PATCH] D153008: [RISCV] Allow slash-star comments in instruction operands

Abel Bernabeu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 19 12:27:47 PDT 2023


abel-bernabeu added inline comments.


================
Comment at: llvm/test/MC/RISCV/comments.ll:25
+# CHECK: .Lpcrel_hi0:    #c0     #c1     #c2     #c3     #c4     #c5     #c6
+# CHECK: auipc   s0, %pcrel_hi(symbol+10)
+# CHECK: addi    s0, s0, %pcrel_lo(.Lpcrel_hi0)
----------------
This should be CHECK-NEXT rather than CHECK. Will update again tonight.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153008/new/

https://reviews.llvm.org/D153008



More information about the cfe-commits mailing list