[llvm] [AMDGPU] Teach iterative schedulers about IGLP (PR #134953)

Austin Kerbow via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 12:01:05 PDT 2025


================
@@ -118,21 +119,41 @@ void GCNIterativeScheduler::printSchedRP(raw_ostream &OS,
 }
 #endif
 
+void GCNIterativeScheduler::swapIGLPMutations(const Region &R, bool IsReentry) {
----------------
kerbowa wrote:

I guess with less stages it's not worth caching this result like in the default scheduler?

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


More information about the llvm-commits mailing list