File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ Non-comprehensive list of changes in this release
86
86
87
87
88
88
* 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
91
91
with optimizations enabled.
92
92
93
93
* ``Callbacks `` have been added to ``CommandLine Options ``. These can
@@ -123,6 +123,10 @@ Changes to the LLVM IR
123
123
that correctly converted 80-90% of Clang tests. Some manual work will almost
124
124
certainly still be needed.
125
125
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
+
126
130
127
131
Changes to building LLVM
128
132
------------------------
You can’t perform that action at this time.
0 commit comments