diff options
| author | Nadav Rotem <nrotem@apple.com> | 2012-10-17 18:35:21 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2012-10-17 18:35:21 +0000 |
| commit | 72d9bbf11793345bee97bfe97cf954b289b12064 (patch) | |
| tree | db416589fdfc3fc91d1bba385f8a6f05bfff9630 | |
| parent | cf1d0761ca25ac8967ccb6fd563b1c13b4ec7d61 (diff) | |
| download | external_llvm-72d9bbf11793345bee97bfe97cf954b289b12064.zip external_llvm-72d9bbf11793345bee97bfe97cf954b289b12064.tar.gz external_llvm-72d9bbf11793345bee97bfe97cf954b289b12064.tar.bz2 | |
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
| -rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c3a06bc..91f312e 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -510,6 +510,8 @@ Release Notes</a>.</h1> We use the lifetime markers to tell the codegen that a certain alloca is used within a region.</p> +<p> We now merge consecutive loads and stores. </p> + <p>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:</p> |
