[PATCH] D156420: [TableGen] Add `!dump` and `dump`.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 05:09:52 PDT 2023
fpetrogalli added a comment.
Hello @tra - this patch is addressing your comment at https://reviews.llvm.org/D148915#4288193
We originally implemented these extra functionalities as `print` and `!print`, but I agree that `dump` and `!dump` is less likely to clash with names in user-written tablegen files.
Francesco
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