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

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 2 02:16:01 PST 2024


================
@@ -317,6 +317,8 @@ class TargetSubtargetInfo : public MCSubtargetInfo {
     return false;
   }
 
+  virtual bool doCSRSavesInRA() const;
----------------
qcolombet wrote:

Ditto missing comments

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


More information about the llvm-commits mailing list