[PATCH] D151309: [RISCV][NFC] Simplify decoding code of disassembler
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 20:01:39 PDT 2023
craig.topper added a comment.
The order we search these tables doesn't make sense. Shouldn't we be checking the standard table first, then falling back to vendor tables after that? Even with a vendor extension enabled, the majority of the instructions are going to be standard so we should decode them first.
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