[llvm-branch-commits] [llvm] [llvm][docs] Update ptrtoaddr provenance reference in ReleaseNotes (PR #185424)

Ayush Kumar Gaur via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 12 18:22:19 PDT 2026


https://github.com/Ayush3941 updated https://github.com/llvm/llvm-project/pull/185424

>From 1ec9185e5c66075077415001ad7f46e6dd5f9ca7 Mon Sep 17 00:00:00 2001
From: Ayush3941 <ayushkgaur1 at gmail.com>
Date: Thu, 12 Mar 2026 21:21:06 -0400
Subject: [PATCH] Update ptrtoaddr provenance reference in ReleaseNotes

---
 llvm/docs/ReleaseNotes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md
index bccf477a3574f..b40192f874c49 100644
--- a/llvm/docs/ReleaseNotes.md
+++ b/llvm/docs/ReleaseNotes.md
@@ -61,7 +61,7 @@ Changes to the LLVM IR
 
 * The `ptrtoaddr` instruction was introduced. This instruction returns the
   address component of a pointer type variable but unlike `ptrtoint` does not
-  capture provenance ([#125687](https://github.com/llvm/llvm-project/pull/125687)).
+  capture provenance ([#139357](https://github.com/llvm/llvm-project/pull/139357)).
 * The alignment argument of the `@llvm.masked.load`, `@llvm.masked.store`,
   `@llvm.masked.gather` and `@llvm.masked.scatter` intrinsics has been removed.
   Instead, the `align` attribute should be placed on the pointer (or vector of



More information about the llvm-branch-commits mailing list