[llvm] [llvm-calc-occupancy] Add an AMDGPU occupancy calculator tool (PR #208727)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 06:30:00 PDT 2026


michaelselehov wrote:

Sorry for the breakage — the branch predated #209848, which removed `AMDGPU::IsaInfo::getAddressableNumSGPRs()` in favor of the TargetParser version. One-line follow-up fix switching to `GCNSubtarget::getAddressableNumSGPRs()` is on its way.

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


More information about the llvm-commits mailing list