[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 09:22:08 PST 2021
Paul-C-Anagnostopoulos added a comment.
No, because the .inc files contain thousands of lines such as those below. I think it's rather strange that something like an enum has an enumerator with "anonymous_12703" in its name, but there might be good reasons for it.
enum {
GIPFP_MI_Predicate_AMDGPUmul_i24_oneuse = GIPFP_MI_Invalid + 1,
. . .
GIPFP_MI_Predicate_and_oneuse,
GIPFP_MI_Predicate_anonymous_12703,
GIPFP_MI_Predicate_anonymous_12704,
GIPFP_MI_Predicate_anonymous_12706,
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96416/new/
https://reviews.llvm.org/D96416
More information about the llvm-commits
mailing list