[all-commits] [llvm/llvm-project] 611212: AMDGPU/GlobalISel: Legalize atomicrmw fmin/fmax (#...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 3 14:30:29 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 611212fc9a4174723540542e9dbafb2a60275341
https://github.com/llvm/llvm-project/commit/611212fc9a4174723540542e9dbafb2a60275341
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-03 (Wed, 03 Jul 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_fmax.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/atomicrmw_fmin.ll
Log Message:
-----------
AMDGPU/GlobalISel: Legalize atomicrmw fmin/fmax (#97048)
We only handled the easy LDS case before. Handle the other address
spaces
with the more complicated legality logic.
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