[PATCH] D96416: [TableGen] Improve algorithms for processing template arguments; add type checking
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 08:16:58 PST 2021
Paul-C-Anagnostopoulos added a comment.
@foad Something interesting is going on with the AMDGPU TableGen files. When I print all the definitions under main, there are 18,195 anonymous records. When I print them under these changes, there are 18,152 anonymous records. This suggests that fewer casts of records from one class to another are done under these changes. I'm not sure how that is possible. I will investigate further.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96416/new/
https://reviews.llvm.org/D96416
More information about the llvm-commits
mailing list