[PATCH] D94585: [IndirectFunctions] Skip propagating attributes to address taken functions
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 00:57:09 PST 2021
madhur13490 added a comment.
In D94585#2496288 <https://reviews.llvm.org/D94585#2496288>, @rampitec wrote:
> With this patch you would set features on an address-taken function and ignore whole call stack below it. I.e. its own callees will not be processed. I think you need to continue traversal, just skip actual setting of attributes on such a function. Setting these attributes on a functions it may call in turn shall be fine.
Decided to skip both features and attributes to address taken functions as discussed offline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94585/new/
https://reviews.llvm.org/D94585
More information about the llvm-commits
mailing list