[PATCH] D45910: [BasicAA] Don't assume a PHI node has inputs

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 17:02:20 PDT 2018


efriedma added a comment.

We have a verifier check that PHI nodes have at least one incoming value, so this should be impossible even in unreachable code.


https://reviews.llvm.org/D45910





More information about the llvm-commits mailing list