From ec92817e055e0c1614bc9a2c77bea251e889bdb0 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. llvm-svn: 166116 --- llvm/docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c3a06bc..91f312e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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:

-- 2.7.4