Skip to content

Commit 3b6f4c5

Browse files
committed
[ReleaseNotes] Mention freeze instruction
Reviewers: hans, nlopes, regehr Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D75226
1 parent 8f2858e commit 3b6f4c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Non-comprehensive list of changes in this release
8686

8787

8888
* Windows Control Flow Guard: the ``-cfguard`` option now emits CFG checks on
89-
indirect function calls. The previous behavior is still available with the
90-
``-cfguard-nochecks`` option. Note that this feature should always be used
89+
indirect function calls. The previous behavior is still available with the
90+
``-cfguard-nochecks`` option. Note that this feature should always be used
9191
with optimizations enabled.
9292

9393
* ``Callbacks`` have been added to ``CommandLine Options``. These can
@@ -123,6 +123,10 @@ Changes to the LLVM IR
123123
that correctly converted 80-90% of Clang tests. Some manual work will almost
124124
certainly still be needed.
125125

126+
* A new `freeze` instruction is added. The `freeze` instruction is used to stop
127+
IR-level propagation of undef and poison values. Currently its support is
128+
preliminary; a freeze-equivalent operation for SelDag/MIR needs to be added.
129+
126130

127131
Changes to building LLVM
128132
------------------------

0 commit comments

Comments
 (0)