[PATCH] D46426: [SROA] Handle PHI with multiple duplicate predecessors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 12:18:45 PDT 2018


efriedma added a comment.

Not sure unique_predecessors would help here; we have to call PHINode::addIncoming once for each predecessor, whether or not it's unique.


Repository:
  rL LLVM

https://reviews.llvm.org/D46426





More information about the llvm-commits mailing list