[PATCH] D71145: [InstCombine] Allow to limit the max number of iterations

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 07:56:18 PST 2019


kuhar updated this revision to Diff 233105.
kuhar marked an inline comment as done.
kuhar added a comment.

Change the default iteration limit to UINT_MAX - 1.


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.233105.patch
Type: text/x-patch
Size: 9414 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191210/1d54a07d/attachment-0001.bin>


More information about the llvm-commits mailing list