[PATCH] D75226: [ReleaseNotes] Mention freeze instruction

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 21:15:40 PST 2020


aqjune created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75226

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -86,8 +86,8 @@
 
 
 * Windows Control Flow Guard: the ``-cfguard`` option now emits CFG checks on
-  indirect function calls. The previous behavior is still available with the 
-  ``-cfguard-nochecks`` option. Note that this feature should always be used 
+  indirect function calls. The previous behavior is still available with the
+  ``-cfguard-nochecks`` option. Note that this feature should always be used
   with optimizations enabled.
 
 * ``Callbacks`` have been added to ``CommandLine Options``.  These can
@@ -123,6 +123,10 @@
   that correctly converted 80-90% of Clang tests. Some manual work will almost
   certainly still be needed.
 
+* A new `freeze` instruction is added. The `freeze` instruction is used to stop
+  IR-level propagation of undef and poison values. Currently its support is
+  preliminary; a freeze-equivalent operation for SelDag/MIR needs to be added.
+
 
 Changes to building LLVM
 ------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75226.246878.patch
Type: text/x-patch
Size: 1111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/04ea3268/attachment.bin>


More information about the llvm-commits mailing list