[PATCH] D94585: [IndirectFunctions] Skip propagating attributes to address taken functions
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 01:59:54 PST 2021
madhur13490 created this revision.
madhur13490 added reviewers: arsenm, rampitec.
Herald added subscribers: jdoerfert, kerbowa, jfb, hiraditya, nhaehnle, jvesely.
madhur13490 requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
In case of indirect calls or address taken functions,
skip propagating any attributes to them. We just
propagate features to such functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94585
Files:
llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp
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: D94585.316350.patch
Type: text/x-patch
Size: 9362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/9bbd7a44/attachment.bin>
More information about the llvm-commits
mailing list