[llvm] [LangRef] Clarify that the pointer after an objet must be valid. (PR #127892)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 11:49:28 PST 2025
================
@@ -11720,9 +11730,8 @@ Note that ``getelementptr`` with all-zero indices is always considered to be
As a corollary, the only pointer in bounds of the null pointer in the default
address space is the null pointer itself.
-These rules are based on the assumption that no allocated object may cross
-the unsigned address space boundary, and no allocated object may be larger
-than half the pointer index type space.
+These rules are based on the assumption for
----------------
nikic wrote:
```suggestion
These rules are based on the assumptions for
```
Though I'm not sure we really need this sentence anymore, it may make more sense to link "allocated object" in the bullet point above.
https://github.com/llvm/llvm-project/pull/127892
More information about the llvm-commits
mailing list