[PATCH] D63320: [TableGen] Add "getOperandType" to get operand types from opcode/opidx

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 15:31:49 PDT 2019


craig.topper added a comment.

Can the enum  be used without this? I'm trying to understand why the enum was there to begin with. Only one in tree target, AVR, defines GET_INSTRINFO_OPERAND_TYPES_ENUM. Its not built by default so I could't really check, but looking through the file that included it, I couldn't prove it was being used.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63320/new/

https://reviews.llvm.org/D63320





More information about the llvm-commits mailing list