[llvm] [llvm] Support multiple save/restore points in mir (PR #119357)
    Philip Reames via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug  7 13:19:59 PDT 2025
    
    
  
================
@@ -1093,6 +1091,44 @@ bool MIRParserImpl::initializeConstantPool(PerFunctionMIParsingState &PFS,
   return false;
 }
 
+// Return true if basic block was incorrectly specified in MIR
+bool MIRParserImpl::initializeSaveRestorePoints(
+    PerFunctionMIParsingState &PFS, const yaml::SaveRestorePoints &YamlSRPoints,
+    bool IsSavePoints) {
----------------
preames wrote:
Adjust the interface to return a SmallVector by reference-param, and move the calls on MFI to the caller.  
https://github.com/llvm/llvm-project/pull/119357
    
    
More information about the llvm-commits
mailing list