[llvm] [RISCV][NFC] refactor CFI emitting (PR #114227)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 04:21:16 PST 2024


================
@@ -1737,39 +1776,14 @@ void RISCVFrameLowering::emitCalleeSavedRVVPrologCFI(
   for (auto &CS : RVVCSI) {
     // Insert the spill to the stack frame.
     int FI = CS.getFrameIdx();
----------------
lenary wrote:

(CFISaveRVVRegisterEmitter is now gone, so this question doesn't matter)

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


More information about the llvm-commits mailing list