[PATCH] D152998: [TableGen][RISCV] Support named arguments
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 18:01:55 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/TableGen/TGParser.h:283
+ Record *CurRec, Record *ArgsRec,
+ bool IsMC = false);
void ParseDagArgList(
----------------
Should the parameter be `isDefm`? Is see that's what one caller passes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152998/new/
https://reviews.llvm.org/D152998
More information about the llvm-commits
mailing list