[PATCH] D72016: [Attributor] Propagate known information from `checkForAllCallSites`
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 14:38:50 PST 2019
jdoerfert created this revision.
jdoerfert added reviewers: sstefan1, uenoku, baziotis.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.
If we know that all call sites have been processed we can derive an
early fixpoint. The use in this patch is likely not to trigger right now
but a follow up patch will make use of it.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72016
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72016.235646.patch
Type: text/x-patch
Size: 6979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191230/69aa830e/attachment.bin>
More information about the llvm-commits
mailing list