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