[PATCH] D151602: [TableGen] Add !getdagarg and !getdagname

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 13:22:27 PDT 2023


hliao updated this revision to Diff 526767.
hliao added a comment.

Revise the out-of-range error message. Now, the range is from 0 to (numargs-1).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151602/new/

https://reviews.llvm.org/D151602

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: D151602.526767.patch
Type: text/x-patch
Size: 15029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/766d9365/attachment.bin>


More information about the llvm-commits mailing list