[PATCH] D57033: [SSAUpdater] Handle case with single available value faster.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 13:02:46 PST 2019


efriedma added a comment.

SSAUpdater has code to insert undef in certain cases.  Can you prove those cases don't apply to all callers of GetValueAtEndOfBlock?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57033/new/

https://reviews.llvm.org/D57033





More information about the llvm-commits mailing list