[PATCH] D32614: [GVNHoist] Fix: PR32821, add check for anticipability in case of infinite loops

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 12:36:10 PDT 2017


dberlin added a comment.

I'm at a loss to understand why you believe you need to compute joint post-dominance (which is what this is) to compute ANTIC.


https://reviews.llvm.org/D32614





More information about the llvm-commits mailing list