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://review.tizen.org/git/?a=commitdiff_plain;h=ec92817e055e0c1614bc9a2c77bea251e889bdb0;p=platform%2Fupstream%2Fllvm.git Update the release notes about the store-merge dag optimization. llvm-svn: 166116 --- 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: