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 | ec92817e055e0c1614bc9a2c77bea251e889bdb0 (patch) | |
tree | a26ebda6117c7e717e23b99cbde118e27b69425c /llvm/docs | |
parent | d9779f15cf0983fb101479eb91238893d91605d9 (diff) | |
download | bcm5719-llvm-ec92817e055e0c1614bc9a2c77bea251e889bdb0.tar.gz bcm5719-llvm-ec92817e055e0c1614bc9a2c77bea251e889bdb0.zip |
Update the release notes about the store-merge dag optimization.
llvm-svn: 166116
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index c3a06bcd9a5..91f312e04ff 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |