[PATCH] D71145: [InstCombine] Allow to limit the max number of iterations
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 09:56:29 PST 2019
kuhar updated this revision to Diff 232885.
kuhar added a comment.
Thanks for the suggestions.
I changed the default bound to 1000 and regenerated the filecheck directives with the update_test_checks script.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71145/new/
https://reviews.llvm.org/D71145
Files:
llvm/include/llvm/Transforms/InstCombine/InstCombine.h
llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
llvm/test/Transforms/InstCombine/limit-max-iterations.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71145.232885.patch
Type: text/x-patch
Size: 9406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/35e3762a/attachment.bin>
More information about the llvm-commits
mailing list