[all-commits] [llvm/llvm-project] 2cef45: AMDGPU: Figure out required AGPR count for inline asm

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Jul 29 08:27:22 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/parse-num-regs-asm-attributor
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cef45d9731db40cc9297c5922f2b69c4d09ee62
      https://github.com/llvm/llvm-project/commit/2cef45d9731db40cc9297c5922f2b69c4d09ee62
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-30 (Wed, 30 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