[llvm-branch-commits] [llvm] [AMDGPU] Adds AGPR pressure during candidate init in GCN scheduler. (PR #185733)
Dhruva Chakrabarti via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Mar 17 09:12:22 PDT 2026
dhruvachak wrote:
```
unsigned getMaxNumAGPRs(const Function &F) const { return getMaxNumVGPRs(F); }
```
Currently, there are no consumers of this API, so the change in this patch should not affect any existing code.
https://github.com/llvm/llvm-project/pull/185733
More information about the llvm-branch-commits
mailing list