[PATCH] D21534: GlobalISel: first outline of legalization interface.

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 14:41:50 PDT 2016


arsenm added a comment.

In http://reviews.llvm.org/D21534#462684, @t.p.northover wrote:

> All good suggestions (the ones that I understood), Matt. Thanks! I'll
>  wait around for more comments and fold them into the next iteration.
>
> But I didn't quite get this one:
>
> > Should named operand tables somehow work with the generic opcodes?
>
>
> Do you mean the MCInstrDesc information? Otherwise I'm in the dark, I'm afraid.
>
> Tim.


I mean UseNamedOperandTable, to generate enums for accessing the instruction with the TII::getNamedOperandIdx(opcode, Foo::OpName::srcN)


Repository:
  rL LLVM

http://reviews.llvm.org/D21534





More information about the llvm-commits mailing list