[PATCH] D134561: AtomicExpand: Support cmpxchg expansion for small FP types
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 23 13:18:26 PDT 2022
arsenm created this revision.
arsenm added reviewers: jyknight, rampitec, reames, timshen, tianshilei1992.
Herald added subscribers: kosarev, foad, kerbowa, hiraditya, tpr, nhaehnle, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Handles f16 atomics for AMDGPU.
https://reviews.llvm.org/D134561
Files:
llvm/lib/CodeGen/AtomicExpandPass.cpp
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fadd.ll
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fmax.ll
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fmin.ll
llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-rmw-fsub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134561.462577.patch
Type: text/x-patch
Size: 104982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/0115102a/attachment.bin>
More information about the llvm-commits
mailing list