[llvm] [AMDGPU] NFC: Add BBLiveOutMap & LiveOut Cache (PR #93089)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 14 14:13:30 PDT 2024
    
    
  
================
@@ -215,6 +242,10 @@ class GCNScheduleDAGMILive final : public ScheduleDAGMILive {
 
   DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> getBBLiveInMap() const;
 
+  DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> getBBLiveOutMap() const;
+
+  RegionPressureMap RegionLiveOuts;
----------------
arsenm wrote:
Document this 
https://github.com/llvm/llvm-project/pull/93089
    
    
More information about the llvm-commits
mailing list