[PATCH] D68154: [Dominators][CodeGen] Fix MachineDominatorTree preservation in PHIElimination
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 29 13:14:00 PDT 2019
kuhar added a comment.
In D68154#1687315 <https://reviews.llvm.org/D68154#1687315>, @arsenm wrote:
> Is there some reason it’s difficult to update the tree where needed here? I would try to just handle that instead of figuring out how to unpreserve it
Will try that, we have a generic updater that we should be able to use.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68154/new/
https://reviews.llvm.org/D68154
More information about the llvm-commits
mailing list