[PATCH] D152998: [WIP][TableGen] Support named arguments

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 01:04:30 PDT 2023


pcwang-thead created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
pcwang-thead requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We provide a way to specify arguments in the form of `name=value`
for optional arguments so that we don't have to specify all optional
argument before the one we'd like to change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152998

Files:
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TGParser.cpp
  llvm/lib/TableGen/TGParser.h
  llvm/test/TableGen/named-arguments.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152998.531636.patch
Type: text/x-patch
Size: 24173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230615/c5451f9f/attachment-0001.bin>


More information about the llvm-commits mailing list