[llvm-branch-commits] [llvm] [CodeGen][NewPM] Port SpillPlacement	analysis to NPM (PR #116618)
    Matt Arsenault via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Wed Nov 20 19:53:31 PST 2024
    
    
  
================
@@ -154,17 +157,52 @@ class SpillPlacement : public MachineFunctionPass {
     return BlockFrequencies[Number];
   }
 
+  bool invalidate(MachineFunction &MF, const PreservedAnalyses &PA,
+                  MachineFunctionAnalysisManager::Invalidator &Inv);
+
+  // Move the default definitions to the implementation
+  // so the full definition of Node is available.
----------------
arsenm wrote:
Not sure what this comment is supposed to mean 
https://github.com/llvm/llvm-project/pull/116618
    
    
More information about the llvm-branch-commits
mailing list