[PATCH] D34532: [LoopUnroll] Fix bug in computeUnrollCount causing it to not honor MaxCount

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 18:14:00 PDT 2017


anna added a comment.

LGTM.
Just clarifying: this just honours the user defined max count right (if user hasn't defined the value, it would be UINT_MAX).


https://reviews.llvm.org/D34532





More information about the llvm-commits mailing list