diff options
| author | Nadav Rotem <nrotem@apple.com> | 2012-08-30 09:23:13 +0000 |
|---|---|---|
| committer | Nadav Rotem <nrotem@apple.com> | 2012-08-30 09:23:13 +0000 |
| commit | 9bf4e5d3f6d9a63b799dae3ecfe417c5fd6a8ec3 (patch) | |
| tree | 0c5d85b8d5346eb63100dff0f806080c4887430d /llvm/docs | |
| parent | 45be793e3ad08129a38db307b3110e3a57149e40 (diff) | |
| download | bcm5719-llvm-9bf4e5d3f6d9a63b799dae3ecfe417c5fd6a8ec3.tar.gz bcm5719-llvm-9bf4e5d3f6d9a63b799dae3ecfe417c5fd6a8ec3.zip | |
remove old docs
llvm-svn: 162896
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1ab2b709f58..e31bad77475 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -499,14 +499,6 @@ Release Notes</a>.</h1> <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> |

