[llvm] [RISCV][WIP] Let RA do the CSR saves. (PR #90819)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 04:15:35 PST 2024


================
@@ -210,6 +211,11 @@ class TargetFrameLowering {
   /// for noreturn nounwind functions.
   virtual bool enableCalleeSaveSkip(const MachineFunction &MF) const;
 
+  virtual void emitCFIsForCSRsHandledByRA(MachineFunction &MF,
----------------
mgudim wrote:

Thanks @qcolombet I'll make sure I'll add a comment when I create a separate MR for it.

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


More information about the llvm-commits mailing list