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

Nadav Rotem nrotem at apple.com
Thu Aug 30 02:23:13 PDT 2012


Author: nadav
Date: Thu Aug 30 04:23:13 2012
New Revision: 162896

URL: http://llvm.org/viewvc/llvm-project?rev=162896&view=rev
Log:
remove old docs

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=162896&r1=162895&r2=162896&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Aug 30 04:23:13 2012
@@ -499,14 +499,6 @@
 
 <div>
 
-<p>We have changed the way that the Type Legalizer legalizes vectors. The type
-   legalizer now attempts to promote integer elements.  This enabled the
-   implementation of vector-select.  Additionally, we see a performance boost on
-   workloads which use vectors of chars and shorts, since they are now promoted
-   to 32-bit types, which are better supported by the SIMD instruction set.
-   Floating point types are still widened as before.</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