[llvm] [AssumeBundles] Dereferenceable used in bundle only applies at assume. (PR #126117)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 11:16:38 PST 2025


================
@@ -2922,6 +2924,11 @@ the behavior is undefined, unless one of the following exceptions applies:
   (including a zero alignment). If this is the case, then the pointer value
   must be a null pointer, otherwise the behavior is undefined.
 
+* ``dereferenceable(<n>)`` operand bundles only guarantee the pointer is
+    dereferenceable at the point of the assumption and may not be
----------------
fhahn wrote:

Updated, thanks!

https://github.com/llvm/llvm-project/pull/126117


More information about the llvm-commits mailing list