[llvm-commits] [llvm] r52009 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Thu Jun 5 08:49:30 PDT 2008
Author: djg
Date: Thu Jun 5 10:49:29 2008
New Revision: 52009
URL: http://llvm.org/viewvc/llvm-project?rev=52009&view=rev
Log:
Add a note about improved alignment detection.
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=52009&r1=52008&r2=52009&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun 5 10:49:29 2008
@@ -225,6 +225,8 @@
memcpy calls, unneeded copies of aggregates, and handles the return slot
optimization. The LLVM optimizer now notices long sequences of consequtive
stores and merges them into memcpy's where profitable.</li>
+<li>Alignment detection for vector memory references and for memcpy and
+memset is now more aggressive.</li>
</ul>
</div>
More information about the llvm-commits
mailing list