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

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 07:18:33 PDT 2023


DavidSpickett added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/riscv-inline-asm-gcc-commenting.c:23
+// CHECK: f1:
+// CHECK: 	lui	a0, 1
+// CHECK-NEXT: 	addiw	a0, a0, 564
----------------
Check for the comment content here too? `# this is fine # this should also be fine`


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