[llvm] [AMDGPU] Optionally Use GCNRPTrackers during scheduling (PR #93090)
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Fri May 24 04:46:54 PDT 2024
================
@@ -1524,9 +1582,6 @@ bool PreRARematStage::sinkTriviallyRematInsts(const GCNSubtarget &ST,
MachineInstr *MI = Entry.first;
MachineInstr *OldMI = Entry.second;
- // Remove OldMI from BBLiveInMap since we are sinking it from its MBB.
- DAG.BBLiveInMap.erase(OldMI);
----------------
vpykhtin wrote:
I'm not sure why you removed this line and added DAG.BBLiveInMap = DAG.getBBLiveInMap() below
https://github.com/llvm/llvm-project/pull/93090
More information about the llvm-commits
mailing list