[PATCH] D134324: AtomicExpand: Use InstSimplifyFolder

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 15:47:11 PDT 2022


arsenm created this revision.
arsenm added reviewers: jyknight, reames, jdoerfert, rampitec.
Herald added subscribers: kosarev, kerbowa, hiraditya, jvesely.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Automatically cleanup operations if we know the atomic has higher
alignment.


https://reviews.llvm.org/D134324

Files:
  llvm/include/llvm/CodeGen/AtomicExpandUtils.h
  llvm/lib/CodeGen/AtomicExpandPass.cpp
  llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i16.ll
  llvm/test/Transforms/AtomicExpand/AMDGPU/expand-atomic-i8.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134324.461735.patch
Type: text/x-patch
Size: 24736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220920/1548612d/attachment.bin>


More information about the llvm-commits mailing list