[PATCH] D118661: [AMDGPU] Check atomics aliasing in the clobbering annotation

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 16:41:34 PST 2022


rampitec updated this revision to Diff 404767.
rampitec added a comment.

Fixed not calling getClobberingMemoryAccess, it was gathering more defs for inspection than needed. Added test for this case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118661/new/

https://reviews.llvm.org/D118661

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  llvm/test/CodeGen/AMDGPU/noclobber-barrier.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118661.404767.patch
Type: text/x-patch
Size: 11640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/a135f67a/attachment-0001.bin>


More information about the llvm-commits mailing list