[PATCH] D57033: [SSAUpdater] Handle case with single available value faster.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 22 13:18:31 PST 2019
efriedma added a comment.
That's sort of out of scope for LCSSA, I think. I mean, yes, the unreachable check is cheap, but if it comes up in practice we should just fix the pass pipeline to prune dead code more aggressively.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57033/new/
https://reviews.llvm.org/D57033
More information about the llvm-commits
mailing list