[PATCH] D156420: [TableGen] Add `!dump` and `dump`.
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 21:53:42 PDT 2023
wangpc added inline comments.
================
Comment at: llvm/lib/TableGen/TGLexer.h:135
+ // Dump is just a syntactic sugar on top of assert and !dump.
+ Dump,
+ XDump,
----------------
Put `Dump` togather with other keywords instead of bang operators?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156420/new/
https://reviews.llvm.org/D156420
More information about the llvm-commits
mailing list