[PATCH] D32720: [LICM] Introduce a finer granularity option to compute early exits.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 14:06:12 PDT 2017
efriedma added a comment.
AssertingVH catching a bug. Cool. :)
Some places you're adding calls to invalidateBlock; other places you're calling deleteExit. Why do we need to call one, but not the other, in LICM?
https://reviews.llvm.org/D32720
More information about the llvm-commits
mailing list