[PATCH] D119100: [TableGen] Add a new `encoder` directive into VarLenCodeEmitterGen

Sheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 20:28:59 PST 2022


0x59616e added a comment.

In D119100#3321679 <https://reviews.llvm.org/D119100#3321679>, @myhsu wrote:

> In D119100#3321487 <https://reviews.llvm.org/D119100#3321487>, @0x59616e wrote:
>
>> Just wondering: what about the decoder method ? Add a `decoder` dag operand and use it in the same way as `encoder` e.g. `(operand "$123", 4, (encoder ...), (decoder ...))` ?
>
> I guess that will be related to disassembling. If that's the case it should go into a separate patch and we can discuss there.

Alright then.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119100



More information about the llvm-commits mailing list