[PATCH] D94107: AMDGPU: Annotate amdgpu.noclobber for global loads only

Changpeng Fang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 11:24:50 PST 2021


cfang created this revision.
cfang added reviewers: arsenm, rampitec.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
cfang requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This is to avoid unnecessary analysis since amdgpu.noclobber is only used for globals.

Fixes: SWDEV-239161


https://reviews.llvm.org/D94107

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
  llvm/test/CodeGen/AMDGPU/annotate-noclobber.ll
  llvm/test/CodeGen/AMDGPU/store-clobbers-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94107.314669.patch
Type: text/x-patch
Size: 5059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210105/880f9d36/attachment.bin>


More information about the llvm-commits mailing list