[PATCH] D49097: [RegisterCoalescer] Another fix for subrange join unreachable
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 14:57:06 PDT 2018
kparzysz added a comment.
We may need to guard this code with some extra checks (to verify that we have merged a non-undef value with an undef one), to avoid doing this unnecessarily, but I don't think there is a much simpler way to handle it.
Repository:
rL LLVM
https://reviews.llvm.org/D49097
More information about the llvm-commits
mailing list