Remove obsolete README_SSE note.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 17:13:42 +0000 (17:13 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 11 Jul 2010 17:13:42 +0000 (17:13 +0000)
commitaef48d7b3683380a52615bf4894438ad2a39f66a
treeb361c3eb2f23a4ffd8d26c49e397718970e6a323
parent744b3a5acdbd4d0fac9c6a7c9ad702502cc3cc37
Remove obsolete README_SSE note.

We are generating movaps for all XMM register copies, including scalar
floating point values. This is known to be at least as good as movss and movsd
for all known architectures up to and including Nehalem because it avoids a
partial register stall.

The SSEDomainFix pass will switch movaps to movdqa when appropriate (i.e., when
operands come from the integer unit). We don't now that switching movaps to
movapd has any benefit.

The same applies to andps -> pand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108096 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/README-SSE.txt