From 72d9bbf11793345bee97bfe97cf954b289b12064 Mon Sep 17 00:00:00 2001
From: Nadav Rotem
Date: Wed, 17 Oct 2012 18:35:21 +0000
Subject: [PATCH] Update the release notes about the store-merge dag
optimization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166116 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index c3a06bcd9a5..91f312e04ff 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -510,6 +510,8 @@ Release Notes.
We use the lifetime markers to tell the codegen that a certain alloca
is used within a region.
+ We now merge consecutive loads and stores.
+
We have put a significant amount of work into the code generator
infrastructure, which allows us to implement more aggressive algorithms and
make it run faster: