[PATCH] D45388: [Release Notes] Add release note for "-fmerge-all-constants"
Manoj Gupta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 14:14:09 PDT 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329457: [Release Notes] Add release note for "-fmerge-all-constants" (authored by manojgupta, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D45388
Files:
llvm/trunk/docs/ReleaseNotes.rst
Index: llvm/trunk/docs/ReleaseNotes.rst
===================================================================
--- llvm/trunk/docs/ReleaseNotes.rst
+++ llvm/trunk/docs/ReleaseNotes.rst
@@ -58,6 +58,9 @@
information available in LLVM to statically predict the performance of
machine code for a specific CPU.
+* The optimization flag to merge constants (-fmerge-all-constants) is no longer
+ applied by default.
+
* Note..
.. NOTE
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45388.141422.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/b27213d5/attachment.bin>
More information about the llvm-commits
mailing list