[PATCH] D67359: [IVUser] Limit the iterations to check whether a loop has dedicated exits for extreme large case
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 23 20:15:20 PDT 2019
skatkov 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
----------------
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.
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