[PATCH] D148216: Add support for annotations in UpdateTestChecks (NFC)
Henrik G Olsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 12:41:07 PDT 2023
hnrklssn added a comment.
In D148216#4266201 <https://reviews.llvm.org/D148216#4266201>, @nikic wrote:
> We should probably just use the `META` fallback for all metadata not already explicitly handled. I think there's pretty little value in adding a special name for each metadata kind.
I added a fallback, and some logic to extract the metadata kind name from the IR, because I do find it useful to emit checks named after the type of IR they match against.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148216/new/
https://reviews.llvm.org/D148216
More information about the llvm-commits
mailing list