[PATCH] D43865: [NewGVN] Create new ValuePHI node, if the number of operands does not match.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 13:56:43 PST 2018
dberlin added a comment.
There is also a case 4 hereĀ i forgot, which is get unlucky, find something (where all blocks have the same number of preds) and probably generate wrong code :)
https://reviews.llvm.org/D43865
More information about the llvm-commits
mailing list