[PATCH] D82005: [InstCombine] Replace selects with Phis
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 10 09:28:53 PST 2020
spatel added a comment.
In D82005#2445338 <https://reviews.llvm.org/D82005#2445338>, @uabelho wrote:
> Note the use of %0 in f.exit, which is not reachable from entry.
This looks similar to the problem in 94f6d365 <https://reviews.llvm.org/rG94f6d365e4be0cf05930df0eedd2bfb23f6fce51> ( https://llvm.org/PR48369 ). I'll take a look.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82005/new/
https://reviews.llvm.org/D82005
More information about the llvm-commits
mailing list