[PATCH] D93419: [TableGen] Add the !substr() bang operator
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 22 08:11:46 PST 2020
RKSimon accepted this revision.
RKSimon added a comment.
LGTM (with one minor style fix) - but please watch the buildbots after the commit
================
Comment at: llvm/lib/TableGen/TGParser.cpp:1502
+ return ParseOperationSubstr(CurRec, ItemType);
+ }
+
----------------
(style) remove unnecessary braces
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93419/new/
https://reviews.llvm.org/D93419
More information about the llvm-commits
mailing list