[all-commits] [llvm/llvm-project] 9d9d68: AMDGPU: Fix using underaligned atomicrmw in atomic...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 7 05:44:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d9d68fd3b3e65398b6b106bfaa803e86befe44b
https://github.com/llvm/llvm-project/commit/9d9d68fd3b3e65398b6b106bfaa803e86befe44b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll
M llvm/test/CodeGen/AMDGPU/global_atomics_scan_fsub.ll
Log Message:
-----------
AMDGPU: Fix using underaligned atomicrmw in atomic scan tests
These do not work correctly and emit a broken libcall. The actual
lowering of the atomic is unimportant for the test anyway.
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