The use of C++'s high-level iterator functionality instead of two while loops
and explicit iterator handling improves readability of this code.
This passes LNT -polly-process-unprofitable for me.
Proposed-by: Michael Kruse <llvm@meinersbur.de>
Differential D15068
ScopInfo: Replace while/iterator construct with std::remove_if grosser on Nov 29 2015, 9:36 PM. Authored by
Details The use of C++'s high-level iterator functionality instead of two while loops This passes LNT -polly-process-unprofitable for me. Proposed-by: Michael Kruse <llvm@meinersbur.de>
Diff Detail
|