summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.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
commit98ee37d87853665713d57ba4808f30f3495ba25b (patch)
tree1b519669ceb2707f945bf5d7ec49d7c8be134dd2 /llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
parentc4227f13623a98cea57b9be2bb2c99bc19268f0c (diff)
downloadbcm5719-llvm-98ee37d87853665713d57ba4808f30f3495ba25b.tar.gz
bcm5719-llvm-98ee37d87853665713d57ba4808f30f3495ba25b.zip
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. llvm-svn: 108096
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud