[PATCH] D157492: [TableGen] Add `!dump` and `dump`.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 01:05:50 PDT 2023


fpetrogalli updated this revision to Diff 548910.
fpetrogalli added a comment.

Update some of the test cases to show how `dump` can be used to produce the labels that can be useful for tracking the dump of a variable in debugging 
sessions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157492

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/lib/TableGen/TGParser.h
  llvm/test/TableGen/dump.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157492.548910.patch
Type: text/x-patch
Size: 12402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/91265caf/attachment.bin>


More information about the llvm-commits mailing list