[PATCH] D95389: AMDGPU: Revert "[IndirectFunctions] Skip propagating attributes to address taken functions"

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 12:55:04 PST 2021


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

This reverts commit dd8ae42674b494e46ec40a22f40068db2b4a8b60 <https://reviews.llvm.org/rGdd8ae42674b494e46ec40a22f40068db2b4a8b60>.

This commit causes infinite loop when compiling rocThrust and hipCUB.


https://reviews.llvm.org/D95389

Files:
  llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
  llvm/test/CodeGen/AMDGPU/propagate-attributes-common-callees.ll
  llvm/test/CodeGen/AMDGPU/propagate-attributes-direct-indirect-common-callee.ll
  llvm/test/CodeGen/AMDGPU/propagate-attributes-direct-indirect.ll
  llvm/test/CodeGen/AMDGPU/propagate-attributes-indirect.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95389.319097.patch
Type: text/x-patch
Size: 7548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210125/7ce9ca9c/attachment.bin>


More information about the llvm-commits mailing list