[PATCH] D27114: Preserve nonnull metadata on Loads through SROA & mem2reg.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 14:20:39 PST 2016
efriedma added a comment.
> Lines 361-381 assert that LI is dominated by the Store and the Store trivially dominates ReplVal?
Post-dominates, not dominates... they're sort of similar, but post-dominance involves following the control flow edges the other way. A compiler textbook should cover this.
https://reviews.llvm.org/D27114
More information about the llvm-commits
mailing list