[PATCH] D93208: [TableGen] Slim down the data structures in xxxGenInstrInfo.inc, step 1
Paul C. Anagnostopoulos via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 04:41:17 PST 2020
Paul-C-Anagnostopoulos added a comment.
No, Craig is correct. AVR uses the GET_INSTRINFO_OPERAND_TYPES_ENUM data, but not the GET_INSTRINFO_OPERAND_TYPE data. My search was not specific enough.
Why do you suppose someone wrote this part of InstrInfoEmitter? Could it be used by an out-of-tree target? Could it once have been used but no longer?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93208/new/
https://reviews.llvm.org/D93208
More information about the llvm-commits
mailing list