[PATCH] D27114: Preserve nonnull metadata on Loads through SROA & mem2reg.

Luqman Aden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 08:15:10 PST 2017


luqmana added a comment.

In https://reviews.llvm.org/D27114#637187, @efriedma wrote:

> Well, you can run the LLVM testsuite (http://llvm.org/docs/lnt/quickstart.html)... but that's written entirely written in C and C++, and I don't think clang produces nonnull metadata at all.  Maybe you have some Rust performance tests you could use?


Hmmm, I recall us not using as much assume due to supposed LLVM slowdowns but don't have any on hand.


https://reviews.llvm.org/D27114





More information about the llvm-commits mailing list