[PATCH] D74691: [Attributor] Detect SCCs with unbounded cycles
omar ahmed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 11:54:10 PST 2020
omarahmed updated this revision to Diff 246118.
omarahmed added a comment.
[Attributor]Detect SCCs with unbounded cycles
This patch implements containsUnboundedCycle which checks for unbounded cycle
which is either a loop that does not have a maximal trip count or any other
cycle.
It contains some fixes for willreturn tests and addition of bounded
and unbounded loop tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74691/new/
https://reviews.llvm.org/D74691
Files:
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/Attributor/read_write_returned_arguments_scc.ll
llvm/test/Transforms/Attributor/willreturn.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74691.246118.patch
Type: text/x-patch
Size: 14367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200223/68e39e67/attachment-0001.bin>
More information about the llvm-commits
mailing list