[PATCH] D81089: Mark InstCombine as not preserving PostDomTree
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 15:29:24 PDT 2020
asbirlea added a comment.
I don't think the solution is to not preserve PDom either.
I think your suggestion from the description is spot-on though: "A better fix would be to improve PostDomTree to be insensitive to the order of successors in post-dom unreachable subgraphs." This is indeed an issue with the order of basic blocks when dealing with infinite loops.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81089/new/
https://reviews.llvm.org/D81089
More information about the llvm-commits
mailing list