Update the release notes about the store-merge dag optimization.

llvm-svn: 166116
This commit is contained in:
Nadav Rotem 2012-10-17 18:35:21 +00:00
parent d9779f15cf
commit ec92817e05
1 changed files with 2 additions and 0 deletions

View File

@ -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>