[all-commits] [llvm/llvm-project] e28f8d: AMDGPU: Fix no return atomicrmw fadd v2f16 selecti...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 27 11:36:28 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-select-nortn-atomicrmw-fadd-v2f16-gfx908
Home: https://github.com/llvm/llvm-project
Commit: e28f8d9fc56134a74f5de585f4343eff94c68b3e
https://github.com/llvm/llvm-project/commit/e28f8d9fc56134a74f5de585f4343eff94c68b3e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-06-27 (Thu, 27 Jun 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/buffer-fat-pointer-atomicrmw-fadd.ll
M llvm/test/CodeGen/AMDGPU/global-atomicrmw-fadd.ll
M llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd.ll
Log Message:
-----------
AMDGPU: Fix no return atomicrmw fadd v2f16 selection for gfx908
We previously would always expand this with a cmpxchg loop, while
it should be the same conditions as the f32 case (except for the
denormal concern).
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