[PATCH] D101318: [TableGen] Add the !find bang operator
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 26 14:08:41 PDT 2021
Paul-C-Anagnostopoulos added a comment.
I added !find() to complement !substr(), so that TableGen would have the two most common string functions. I believe !find will be helpful with 'assert' as people begin adding assertions to TableGen files.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101318/new/
https://reviews.llvm.org/D101318
More information about the llvm-commits
mailing list