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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 28 02:34:39 PDT 2025


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