[PATCH] D155884: [Attributor][AMDGPU] Improve indirect call support in closed modules

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 15:52:44 PDT 2023


jdoerfert updated this revision to Diff 553656.
jdoerfert added a comment.

rebase on top of the changes in main


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

https://reviews.llvm.org/D155884

Files:
  llvm/include/llvm/IR/Function.h
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/IR/Function.cpp
  llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-indirect-call.ll
  llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
  llvm/test/CodeGen/AMDGPU/attributor-loop-issue-58639.ll
  llvm/test/CodeGen/AMDGPU/direct-indirect-call.ll
  llvm/test/CodeGen/AMDGPU/duplicate-attribute-indirect.ll
  llvm/test/CodeGen/AMDGPU/enable-scratch-only-dynamic-stack.ll
  llvm/test/CodeGen/AMDGPU/indirect-call.ll
  llvm/test/CodeGen/AMDGPU/resource-optimization-remarks.ll
  llvm/test/CodeGen/AMDGPU/sibling-call.ll
  llvm/test/CodeGen/AMDGPU/simple-indirect-call.ll
  llvm/test/Transforms/Attributor/callgraph.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155884.553656.patch
Type: text/x-patch
Size: 258310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/cff85ba1/attachment-0001.bin>


More information about the llvm-commits mailing list