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

Austin Kerbow via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 14:55:17 PDT 2025


================
@@ -18,6 +18,7 @@ namespace llvm {
 namespace AMDGPU {
 // The current phase of instruction scheduling
 enum class SchedulingPhase { Initial, PreRAReentry, PostRA };
+
----------------
kerbowa wrote:

```suggestion

```

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


More information about the llvm-commits mailing list