[llvm-commits] [llvm] r166116 - /llvm/trunk/docs/ReleaseNotes.html

Nadav Rotem nrotem at apple.com
Wed Oct 17 11:35:21 PDT 2012


Author: nadav
Date: Wed Oct 17 13:35:21 2012
New Revision: 166116

URL: http://llvm.org/viewvc/llvm-project?rev=166116&view=rev
Log:
Update the release notes about the store-merge dag optimization.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=166116&r1=166115&r2=166116&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 17 13:35:21 2012
@@ -510,6 +510,8 @@
   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>





More information about the llvm-commits mailing list