aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocFast.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 17:13:42 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-11 17:13:42 +0000
commitaef48d7b3683380a52615bf4894438ad2a39f66a (patch)
treeb361c3eb2f23a4ffd8d26c49e397718970e6a323 /lib/CodeGen/RegAllocFast.cpp
parent744b3a5acdbd4d0fac9c6a7c9ad702502cc3cc37 (diff)
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
Diffstat (limited to 'lib/CodeGen/RegAllocFast.cpp')
0 files changed, 0 insertions, 0 deletions