[all-commits] [llvm/llvm-project] cbb7a2: AMDGPU/GlobalISel: Legalize atomicrmw fmin/fmax
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 3 10:05:49 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-globalisel-legalize-atomicrmw-fadd-fmin-fmax
Home: https://github.com/llvm/llvm-project
Commit: cbb7a2cb8372efce674a575caa95836c8b14d183
https://github.com/llvm/llvm-project/commit/cbb7a2cb8372efce674a575caa95836c8b14d183
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
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