[PATCH] D99444: [ADT] Introduce lazy unique iterator
Noel Grandin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 26 23:56:44 PDT 2021
grandinj added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/SimplifyCFG.cpp:310
+ if (!SI1Succs.count(Succ))
+ continue;
+ for (PHINode &PN : Succ->phis()) {
----------------
using make_unique_range here, but did not remove the old "make unique logic" ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99444/new/
https://reviews.llvm.org/D99444
More information about the llvm-commits
mailing list