[all-commits] [llvm/llvm-project] 736c9c: AMDGPU: Add tests for atomics with AGPR operands (...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 28 06:21:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 736c9c6374ed921e624f0faea5510b3c48222918
https://github.com/llvm/llvm-project/commit/736c9c6374ed921e624f0faea5510b3c48222918
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths:
A llvm/test/CodeGen/AMDGPU/a-v-ds-atomic-cmpxchg.ll
A llvm/test/CodeGen/AMDGPU/a-v-ds-atomicrmw.ll
A llvm/test/CodeGen/AMDGPU/a-v-flat-atomic-cmpxchg.ll
A llvm/test/CodeGen/AMDGPU/a-v-global-atomic-cmpxchg.ll
A llvm/test/CodeGen/AMDGPU/a-v-global-atomicrmw.ll
Log Message:
-----------
AMDGPU: Add tests for atomics with AGPR operands (#155820)
The handling of AGPR vs. VGPR operand restrictions is
broken and results in bugs like #155777 and missed optimizations.
Add some baseline tests for future improvements.
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