summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-02-16 01:50:02 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-02-16 01:50:02 +0000
commitd51425a82da3d519b85f86e380358aa22e63442d (patch)
tree29e1e895fd1e74fcc5d952093691ee40f4c3eed7 /win32
parentf17c42d409ce9d981996dea11918774e84400eea (diff)
downloadllvm-d51425a82da3d519b85f86e380358aa22e63442d.tar.gz
llvm-d51425a82da3d519b85f86e380358aa22e63442d.tar.bz2
llvm-d51425a82da3d519b85f86e380358aa22e63442d.tar.xz
Use movaps / movapd (instead of movss / movsd) to do FR32 / FR64 reg to reg
transfer. According to the Intel P4 Optimization Manual: Moves that write a portion of a register can introduce unwanted dependences. The movsd reg, reg instruction writes only the bottom 64 bits of a register, not to all 128 bits. This introduces a dependence on the preceding instruction that produces the upper 64 bits (even if those bits are not longer wanted). The dependence inhibits register renaming, and thereby reduces parallelism. Not to mention movaps is shorter than movss. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26226 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
0 files changed, 0 insertions, 0 deletions