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

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 22:37:19 PDT 2019


wmi marked an inline comment as done.
wmi added inline comments.


================
Comment at: include/llvm/Analysis/LoopInfoImpl.h:88
 
+/// hasDedicatedExits - Return false if a non-dedicated successor is
+/// found or it cannot finish the check within MaxDedicateExitIterations
----------------
skatkov wrote:
> I'm sorry if I was not specific but I meant the comment in LoopInfo.h file for the method hasDedicatedExits not in LoopInfoImpl.h.
Ah, got it, thanks. Fixed. 


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