[PATCH] D149811: [RISCV][CodeGen] Support Zhinx and Zhinxmin

QIHAN CAI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 17:58:44 PDT 2023


realqhc added a comment.

In D149811#4328339 <https://reviews.llvm.org/D149811#4328339>, @craig.topper wrote:

> Do we need to update `RISCVInstrInfo::storeRegToStackSlot` and RISCVInstrInfo::loadRegFromStackSlot`?

Based on my understanding, it may not require update, as the GPRRegClass load and store is handling it similar to the zfinx patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149811



More information about the llvm-commits mailing list