[all-commits] [llvm/llvm-project] 440c66: AMDGPU: Disable AGPR allocation in VGPR MFMA tests
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Jul 27 21:46:48 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/disable-agpr-usage-vgpr-mfma-select-tests
Home: https://github.com/llvm/llvm-project
Commit: 440c664c64dae82123324f79417952d4d306d742
https://github.com/llvm/llvm-project/commit/440c664c64dae82123324f79417952d4d306d742
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-28 (Mon, 28 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.gfx950.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.gfx950.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.scale.f32.16x16x128.f8f6f4.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.scale.f32.32x32x64.f8f6f4.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.smfmac.gfx950.ll
Log Message:
-----------
AMDGPU: Disable AGPR allocation in VGPR MFMA tests
The intent of these tests broke at some point; these were supposed
to test both selection paths but the agpr and vgpr versions of the
test functions were both selecting to the AGPR version. Explicitly
disable AGPR usage with the attribute.
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