[PATCH] D41453: [GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load in case of a loop

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 11:36:38 PST 2017


efriedma added a comment.

There are a bunch of places in GVNHoist which call dominates (as opposed to properlyDominates), and some of them seem dubious.  Are you going to audit them?


https://reviews.llvm.org/D41453





More information about the llvm-commits mailing list