[all-commits] [llvm/llvm-project] 90b88e: AMDGPU: Fix definitions of DS ret atomics with AGPRs

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Sep 3 05:36:34 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/ds-atomic-1d-ret-agpr-definitions
  Home:   https://github.com/llvm/llvm-project
  Commit: 90b88ef0d60e4d01cdd3864a8a8e30a8b5a6744d
      https://github.com/llvm/llvm-project/commit/90b88ef0d60e4d01cdd3864a8a8e30a8b5a6744d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-03 (Wed, 03 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/DSInstructions.td
    M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s

  Log Message:
  -----------
  AMDGPU: Fix definitions of DS ret atomics with AGPRs

These are 2-data operations that need to use all-AGPR or all-VGPR
inputs. Stop defining them with AVLdSt data operands, and add _agpr
variants.



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