[PATCH] D103269: [RISCV] Reserve an emergency spill slot for any RVV spills

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 27 10:49:20 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.cpp:1443
+
+bool RISCVInstrInfo::isRVVSpill(unsigned Opcode) const {
+  return RISCVVPseudosTable::getPseudoInfo(Opcode) ||
----------------
Is this checking for any RVV instruction rather than just spills?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103269



More information about the llvm-commits mailing list