summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-08-30 09:23:13 +0000
committerNadav Rotem <nrotem@apple.com>2012-08-30 09:23:13 +0000
commitf52f6b9ecab7458d382e6cf431278a47a7ffbd8f (patch)
treeadafd32a30c98fdfd6b07a1edea1869435360abf /docs
parent38a6381c0a58e013577b1957199128af9573fc20 (diff)
downloadllvm-f52f6b9ecab7458d382e6cf431278a47a7ffbd8f.tar.gz
llvm-f52f6b9ecab7458d382e6cf431278a47a7ffbd8f.tar.bz2
llvm-f52f6b9ecab7458d382e6cf431278a47a7ffbd8f.tar.xz
remove old docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162896 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1ab2b709f5..e31bad7747 100644
--- a/docs/ReleaseNotes.html
+++ b/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>