From: Nadav Rotem Date: Wed, 17 Oct 2012 18:35:21 +0000 (+0000) Subject: Update the release notes about the store-merge dag optimization. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72d9bbf11793345bee97bfe97cf954b289b12064;p=oota-llvm.git 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 --- 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: