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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 07:29:00 PST 2019


lebedev.ri added a comment.

I just want to note that in general this doesn't limit the amount of folding,
we still process the entire worklist; we have to re-process entire worklist
because we are clearly inconsistent with how we fill said worklist.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71145/new/

https://reviews.llvm.org/D71145





More information about the llvm-commits mailing list