[PATCH] D42976: [AMDGPU] removed dead code handling rmw in memory legalizer

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 10:52:13 PST 2018


rampitec created this revision.
rampitec added a reviewer: kzhuravl.
Herald added subscribers: t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, arsenm.

It was always using cmpxchg path and in rmw and cmpxchg instructions
are not distinguishable in the BE.


https://reviews.llvm.org/D42976

Files:
  lib/Target/AMDGPU/SIMemoryLegalizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42976.133046.patch
Type: text/x-patch
Size: 4260 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180206/bc1dbaf7/attachment.bin>


More information about the llvm-commits mailing list