[llvm] [AMDGPU] Cgscc amdgpu attributor (PR #179719)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 7 07:16:57 PST 2026
arsenm wrote:
> Some AMDGPU attributes are implemented with assumption that it can see all callsites (not necessarily a closed-world but similar at least based on the programming model we support), especially for those to propagate from leaves to kernels, which is not the case for CGSCC.
You mean the other way around? It's the kernels -> callees that depends on seeing the whole module
https://github.com/llvm/llvm-project/pull/179719
More information about the llvm-commits
mailing list