[all-commits] [llvm/llvm-project] 4aaf47: AMDGPU: Fix mis-selecting saddr flat atomics on gf...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Sep 4 16:38:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4aaf47ee4c8fda3b59013f0a3c01dcc1f73b429f
https://github.com/llvm/llvm-project/commit/4aaf47ee4c8fda3b59013f0a3c01dcc1f73b429f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
Log Message:
-----------
AMDGPU: Fix mis-selecting saddr flat atomics on gfx9 (#156860)
This would select the pseudo and then crash when the MC instruction
was used. I believe this has been broken since 9912ccb0b4d17
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