[PATCH] D155884: [Attributor][AMDGPU] Improve indirect call support in closed modules
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 08:44:38 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:1318
+ const SmallVectorImpl<Function *> &getIndirectlyCallableFunctions() const {
+ return IndirectlyCallableFunctions;
----------------
Should this return ArrayRef?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155884/new/
https://reviews.llvm.org/D155884
More information about the llvm-commits
mailing list