summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2018-04-06 21:11:09 +0000
committerManoj Gupta <manojgupta@google.com>2018-04-06 21:11:09 +0000
commite37ea5686eda4192b5c3175f76ac8ad41cb8ed41 (patch)
treec2ad440c9d45621b5f21f749cdf87663b133e3f6 /docs/ReleaseNotes.rst
parent05471bb6215c50b3df6c5a219b6420e4a4ccc69e (diff)
[Release Notes] Add release note for "-fmerge-all-constants"
Summary: Add note that "-fmerge-all-constants" is not applied as default anymore. Reviewers: rjmccall, rsmith, chandlerc Subscribers: llvm-commits, thakis Differential Revision: https://reviews.llvm.org/D45388 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329457 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index e1b1da556ac..ffb22e1cca4 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -58,6 +58,9 @@ Non-comprehensive list of changes in this release
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