Skip to content

Commit 7a3b7dd

Browse files
committed
[ReleaseNotes][RemoveDIs] Add release note for deprecated insertion methods
1 parent 9429165 commit 7a3b7dd

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+
* Several methods that use Instruction pointers as insertion positions (moveBefore, getFirstNonPHI) have been deprecated in favour of overloads and variants that use `BasicBlock::iterator`s instead. The instruction-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)