[PATCH] D66698: [ScopBuilder]Remove redundant while loop in ScopBuilder::buildDomains
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 12:25:02 PDT 2019
Meinersbur added a comment.
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".
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