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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 11:14:45 PST 2017


efriedma added a comment.

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?


https://reviews.llvm.org/D27114





More information about the llvm-commits mailing list