[llvm] [AMDGPU] Make AMDGPULowerKernelArguments a module pass (PR #112790)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 18:59:09 PDT 2024
================
@@ -1170,8 +1166,7 @@
; GCN-O3-NEXT: CallGraph Construction
; GCN-O3-NEXT: Call Graph SCC Pass Manager
; GCN-O3-NEXT: AMDGPU Annotate Kernel Features
-; GCN-O3-NEXT: FunctionPass Manager
-; GCN-O3-NEXT: AMDGPU Lower Kernel Arguments
+; GCN-O3-NEXT: AMDGPU Lower Kernel Arguments
----------------
arsenm wrote:
Can this be a CGSCC pass instead?
https://github.com/llvm/llvm-project/pull/112790
More information about the llvm-commits
mailing list