[PATCH] D78341: Change callbr to only define its output SSA variable on the normal path, not the indirect targets.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 17 11:20:39 PDT 2020
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
There was discussion on the bugzilla bug, so please wait to get some agreement before landing this. Please don't wait for more feedback from me, I'm marking it accepted to indicate I'm happy with it.
Although, I suppose you should add a verifier test that shows that we reject inputs where a use on the non-default edge is not dominated by a def.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78341/new/
https://reviews.llvm.org/D78341
More information about the llvm-commits
mailing list