[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 Jun 29 16:59:34 PDT 2018
efriedma added a comment.
Looking good. I think I want to look at it one more time when I'm fresh on Monday, and give a bit of time for anyone else to look at it.
================
Comment at: docs/LangRef.rst:1469
+ pointer to ``null`` as undefined behavior in this function.
+ Note: Comparing address of a ``GlobalVariable`` to ``null`` may still
+ evaluate to false because of a limitation in querying this attribute inside
----------------
global variable, not "GlobalVariable" (that's what it's called in other places in the reference).
Repository:
rL LLVM
https://reviews.llvm.org/D47895
More information about the llvm-commits
mailing list