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

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 20:13:26 PDT 2023


jrtc27 added a comment.

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.


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