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

Sergei Barannikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 01:14:31 PDT 2023


barannikov88 added inline comments.


================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1610
+    }
+  } while (NonComments < 2 and ReadCount > 0);
+  return NextNextToken;
----------------
This is much more common.


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