Skip to content

Commit

Permalink
[ReleaseNotes][RemoveDIs] Add release note for deprecated insertion m…
Browse files Browse the repository at this point in the history
…ethods (#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.
  • Loading branch information
jmorse authored Feb 18, 2025
1 parent 9e02cc4 commit 5c12625
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ Changes to the LLVM IR
Changes to LLVM infrastructure
------------------------------

* 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.

Changes to building LLVM
------------------------

Expand Down

0 comments on commit 5c12625

Please sign in to comment.