[all-commits] [llvm/llvm-project] edaec9: AMDGPU: Fix using unaligned vgprs in mimg error test

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Sep 5 17:29:08 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/directly-use-align2-classes-gfx90a-mimg-stores
  Home:   https://github.com/llvm/llvm-project
  Commit: edaec9743c373af0fe1bb3f2acc1be5919e575ab
      https://github.com/llvm/llvm-project/commit/edaec9743c373af0fe1bb3f2acc1be5919e575ab
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-09-06 (Sat, 06 Sep 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/MIMGInstructions.td
    M llvm/lib/Target/AMDGPU/SIInstrInfo.td
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
    M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s

  Log Message:
  -----------
  AMDGPU: Fix using unaligned vgprs in mimg error test

These instructions really have 2 errors, from the unsupported
image base instruction plus the unaligned vgpr usage. This
test intends to test the base instruction error, so fix the
secondary error to avoid changing the diagnostic in a future
patch.



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