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

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 10:46:01 PST 2019


kuhar updated this revision to Diff 234580.
kuhar added a comment.

Replace UINT_MAX with InstCombineDefaultMaxIterations


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.234580.patch
Type: text/x-patch
Size: 9437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/ea5b85c3/attachment-0001.bin>


More information about the llvm-commits mailing list