[PATCH] D21720: Unroll for uncountable loops
Michael Zolotukhin via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 08:04:39 PDT 2016
mzolotukhin added a comment.
Hi Evgeny,
I haven't looked into the details of the patch yet, but (at least from the function name) it looks like this is very similar to what LoopUnrollAnalyzer does (see `lib/Analysis/LoopUnrollAnalyzer.cpp`). Have you considered adding this functionality there (and what's missing there to catch this)?
Michael
Repository:
rL LLVM
http://reviews.llvm.org/D21720
More information about the llvm-commits
mailing list