[PATCH] D98629: [RISCV] Spilling for Zvlsseg registers.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 09:30:47 PDT 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVExpandPseudoInsts.cpp:310
+ if (I != NF - 1)
+ BuildMI(MBB, MBBI, DL, TII->get(RISCV::ADD), Base)
+ .addReg(Base)
----------------
Can we copy the MachineMemOperand so the spill comment will get printed in the output?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98629/new/
https://reviews.llvm.org/D98629
More information about the llvm-commits
mailing list