[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 13:26:13 PDT 2018


manojgupta created this revision.
manojgupta added reviewers: rjmccall, rsmith, chandlerc.

Add note that "-fmerge-all-constants" is not applied as default
anymore.


Repository:
  rL LLVM

https://reviews.llvm.org/D45388

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ 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.141413.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/ca988f99/attachment.bin>


More information about the llvm-commits mailing list