[PATCH] D97869: [OpenCL][Draft] Add OpenCL builtin test generator
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 4 05:29:12 PST 2021
azabaznov added a comment.
That's awesome!
I'm thinking of how can you track correctness of generated built-ins according to spec. Perhaps you can compare the number of distinct declarations for each built-in in the spec and in tablegen and diagnose if they are not equal. This is a very straightforward, but I can't think of on other solution yet (with the absence of CTS coverage)...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97869/new/
https://reviews.llvm.org/D97869
More information about the cfe-commits
mailing list