[PATCH] D63317: [Attributor] Recompute dependences once a fixpoint is reached
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 22:55:38 PDT 2019
jdoerfert created this revision.
jdoerfert added reviewers: uenoku, sstefan1, homerdin, hfinkel, fedor.sergeev, spatel, nlopes, nicholas, reames, chandlerc.
Herald added a project: LLVM.
We use dependences to determine what attributes can be manifested and if
(deep) wrappers are needed. To improve these decisions we allow to
eliminate spurious dependences at the end by running a final iteration
of updates after a fixpoint was reached.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63317
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63317.204703.patch
Type: text/x-patch
Size: 4854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190614/1b40433c/attachment.bin>
More information about the llvm-commits
mailing list