[PATCH] D26675: [LoopUnroll] Modify a comment to clarify the usage of TripCount. NFC.
Haicheng Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 14:28:09 PST 2016
haicheng added a comment.
In https://reviews.llvm.org/D26675#609778, @mzolotukhin wrote:
> AFAIU, now we started to handle cases where the loop may exit from the LatchBlock's terminator prior to TripCount iterations - am I right here? If so, can we somehow reflect it in the comment (maybe reword it entirely)?
You are absolutely correct. Let me try to rephrase it. Do you have any suggestions?
Thanks,
Haicheng
Repository:
rL LLVM
https://reviews.llvm.org/D26675
More information about the llvm-commits
mailing list