[PATCH] D67359: [IVUser] Limit the iterations to check whether a loop has dedicated exits for extreme large case

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 03:34:45 PDT 2019


fhahn added a comment.

Is there any chance you could provide the test case that shows the behavior? There might be something we could do in `hasDedicatedExits` to make it faster for large loops with a large number of exit blocks and successors.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67359





More information about the llvm-commits mailing list