[PATCH] D47143: [NewGVN] Do not treat LoadExpressions with differing nonnull as equal.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 08:00:19 PDT 2018


fhahn added a comment.

We could probably do something more clever and propagate the nonnull metadata, if we can ensure that nothing in between can change the nonnullness.


https://reviews.llvm.org/D47143





More information about the llvm-commits mailing list