[PATCH] D107409: [Attributor] Propagate Cold attribute inter procedurally
Kuter Dinel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 21:51:22 PDT 2021
kuter updated this revision to Diff 367708.
kuter added a comment.
Use a BitState instead of hacky Option<bool>
I will rebase the rest of the patch set.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107409/new/
https://reviews.llvm.org/D107409
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/Transforms/Attributor/ArgumentPromotion/byval.ll
llvm/test/Transforms/Attributor/IPConstantProp/2009-09-24-byval-ptr.ll
llvm/test/Transforms/Attributor/depgraph.ll
llvm/test/Transforms/Attributor/hotcold.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107409.367708.patch
Type: text/x-patch
Size: 17093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210820/2b789645/attachment.bin>
More information about the llvm-commits
mailing list