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

Nicolas Guillemot via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 18 14:21:00 PDT 2019


nlguillemot updated this revision to Diff 205433.
nlguillemot added a comment.

some syntax nits:
`OpcodeOperandTypes []` -> `OpcodeOperandTypes[]` (removed unnecessary space)
`OS << "-1";` -> `OS << -1;` (don't use string where not necessary


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

https://reviews.llvm.org/D63320

Files:
  test/TableGen/get-operand-type.td
  utils/TableGen/InstrInfoEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63320.205433.patch
Type: text/x-patch
Size: 4980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/2b5ac742/attachment.bin>


More information about the llvm-commits mailing list