[PATCH] D151842: [TableGen] Add !setdagarg and !setdagname

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 14:06:13 PDT 2023


hliao created this revision.
hliao added reviewers: simon_tatham, Paul-C-Anagnostopoulos, craig.topper.
Herald added a subscriber: hiraditya.
Herald added a project: All.
hliao requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- This patch proposes to add `!setdagarg` and `!setdagname` bang operators to set the value and name of the specified individual argument.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151842

Files:
  llvm/docs/TableGen/ProgRef.rst
  llvm/include/llvm/TableGen/Record.h
  llvm/lib/TableGen/Record.cpp
  llvm/lib/TableGen/TGLexer.cpp
  llvm/lib/TableGen/TGLexer.h
  llvm/lib/TableGen/TGParser.cpp
  llvm/test/TableGen/getsetop.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151842.527197.patch
Type: text/x-patch
Size: 11905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230531/df0737e5/attachment.bin>


More information about the llvm-commits mailing list