[PATCH] D151309: [RISCV][NFC] Simplify decoding code of disassembler

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 20:23:24 PDT 2023


pcwang-thead added a comment.

In D151309#4370646 <https://reviews.llvm.org/D151309#4370646>, @jrtc27 wrote:

> Downstream we have a separate encoding mode that replaces some standard instructions with alternative ones; even if the order doesn't matter upstream, it would be preferable for us if the standard table was the last one not the first one.

Does the replacement happen in decoding not encoding? Just curious about the functionality of such replacement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151309



More information about the llvm-commits mailing list