[PATCH] D87832: [IndVars] Remove monotonic checks with unknown exit count
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 00:32:14 PDT 2020
mkazantsev updated this revision to Diff 300585.
mkazantsev added a comment.
Updated function's name, removing `At` and adding the notion of the fact that it's not just a random predicate, but an exit condition.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87832/new/
https://reviews.llvm.org/D87832
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
llvm/test/Transforms/IndVarSimplify/monotonic_checks.ll
llvm/test/Transforms/IndVarSimplify/predicated_ranges.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87832.300585.patch
Type: text/x-patch
Size: 10195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/dafbfce3/attachment.bin>
More information about the llvm-commits
mailing list