[all-commits] [llvm/llvm-project] 0a6415: AMDGPU: Figure out required AGPR count for inline asm
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 28 09:16:19 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/parse-num-regs-asm-attributor
Home: https://github.com/llvm/llvm-project
Commit: 0a6415a7b1524b36b56dfb0f86d256525cb1e750
https://github.com/llvm/llvm-project/commit/0a6415a7b1524b36b56dfb0f86d256525cb1e750
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-attributor-no-agpr.ll
Log Message:
-----------
AMDGPU: Figure out required AGPR count for inline asm
For now just try to compute the minimum number of AGPRs required
to allocate the asm. Leave the attributor changes to turn this
into an integer value for later.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list