[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 17:45:59 PST 2022


0x59616e added a comment.

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 ...))` ?


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