[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


================
@@ -2698,6 +2698,13 @@ bool IGroupLPDAGMutation::initIGLPOpt(SUnit &SU) {
 
 namespace llvm {
 
+namespace AMDGPU {
+bool isIGLPMutationOnly(unsigned Opcode) {
----------------
kerbowa wrote:

This function probably fits better in SIInstrInfo.

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


More information about the llvm-commits mailing list