[PATCH] D66698: [ScopBuilder]Remove redundant while loop in ScopBuilder::buildDomains
bin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 05:56:59 PDT 2019
bin.narwal added a comment.
In D66698#1647652 <https://reviews.llvm.org/D66698#1647652>, @Meinersbur wrote:
> In D66698#1646819 <https://reviews.llvm.org/D66698#1646819>, @bin.narwal wrote:
>
> > Hmm, but the while loop is redundant, right?
>
>
> In my understanding of the word, "redundant" means unnecessarily doing something that has already been done. I'd call the loop "dead".
Right, I adjusted words accordingly.
Thanks,
Repository:
rPLO Polly
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66698/new/
https://reviews.llvm.org/D66698
More information about the llvm-commits
mailing list