[PATCH] D47895: llvm: Add support for "-fno-delete-null-pointer-checks"

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 27 16:37:42 PDT 2018


efriedma added a comment.

If the user forces inlining with always_inline, we should probably be conservative and propagate the attribute.  If we do that, I don't think we need to say anything about it in LangRef.


Repository:
  rL LLVM

https://reviews.llvm.org/D47895





More information about the llvm-commits mailing list