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

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 14 20:27:13 PST 2022


myhsu added a comment.

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.


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