[lld] [llvm] [RISCV] Add an instruction PrettyPrinter to llvm-objdump (PR #90093)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 10:26:46 PDT 2024


topperc wrote:

> Hi Craig, thanks for quickly pushing this patch.
> 
> I think we need to handle instructions of any size multiple of 16 bits. We might get some 48 bit instructions in the future.
> 
> It looks like the current code handles 16 and 32 bit instructions.

Fixed

https://github.com/llvm/llvm-project/pull/90093


More information about the llvm-commits mailing list