[PATCH] D41298: [Dominators] Remove verifyDomTree and add some verifying for Post Dom Trees

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 13:24:04 PST 2018


kuhar added a comment.

Hi @dmgreen,

Sorry it took me a while, but I looked at what at the problem with InstertReachable2 and I wasn't able to figure out any other way to end up with correct postdomtree other than recalculating it. I went ahead and used your patch to create a separate revision and put it here: D43140 <https://reviews.llvm.org/D43140>.


https://reviews.llvm.org/D41298





More information about the llvm-commits mailing list