Files
llvm/test
Justin Bogner 8a6db15ff2 [TableGen] Add "getOperandType" to get operand types from opcode/opidx
The InstrInfoEmitter outputs an enum called "OperandType" which gives
numerical IDs to each operand type. This patch makes use of this enum
to define a function called "getOperandType", which allows looking up
the type of an operand given its opcode and operand index.

Patch by Nicolas Guillemot. Thanks!

Differential Revision: https://reviews.llvm.org/D63320

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366274 91177308-0d34-0410-b5e6-96231b3b80d8
2019-07-16 22:10:16 +00:00
..
2019-07-15 20:02:23 +00:00
2019-07-16 15:28:29 +00:00
2019-05-28 23:22:12 +00:00