Skip to content

Commit 5c12625

Browse files
authored
[ReleaseNotes][RemoveDIs] Add release note for deprecated insertion methods (llvm#127493)
I've stuck this under "LLVM Infrastructure" as the IR plumbing methods feel like infrastructure. The LLVM17 release notes stuck similar notes in that section too.
1 parent 9e02cc4 commit 5c12625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Changes to the LLVM IR
116116
Changes to LLVM infrastructure
117117
------------------------------
118118

119+
* Two methods that use Instruction pointers as code positions (moveBefore, getFirstNonPHI) have been deprecated in favour of overloads and variants that use `BasicBlock::iterator`s instead. The pointer-flavoured methods will be removed in a future release. This work is part of the [RemoveDIs](https://llvm.org/docs/RemoveDIsDebugInfo.html) project, the documentation for which contains instructions for updating call-sites using the deprecated methods.
120+
119121
Changes to building LLVM
120122
------------------------
121123

0 commit comments

Comments
 (0)