[PATCH] D95853: [RISCV] Use whole register load/store for generic load/store.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 15:35:47 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp:183
+    return MCDisassembler::Fail;
+
+  MCRegister Reg;
----------------
craig.topper wrote:
> Can we get the VR register name with RISCV::V0 + RegNo and then convert with getMatchingSuperReg?
Though we might not be able to get to MRI from here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95853



More information about the llvm-commits mailing list