summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-06-29 00:34:23 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-06-29 00:34:23 +0000
commita8e83ec8c30f8c1c56a0ccf16dd7aff9450cd232 (patch)
treeb81fccb198fa93f1a736ea14558393bdb13dda8d /lib
parentd3f69811740d526cce7ef138cbcaaf45249db09b (diff)
downloadllvm-a8e83ec8c30f8c1c56a0ccf16dd7aff9450cd232.tar.gz
llvm-a8e83ec8c30f8c1c56a0ccf16dd7aff9450cd232.tar.bz2
llvm-a8e83ec8c30f8c1c56a0ccf16dd7aff9450cd232.tar.xz
Always use xorps to clear XMM registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/X86/X86InstrSSE.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td
index 284d48ba2a..f4d3d0e451 100644
--- a/lib/Target/X86/X86InstrSSE.td
+++ b/lib/Target/X86/X86InstrSSE.td
@@ -2116,7 +2116,7 @@ def V_SET0_PS : PSI<0x57, MRMInitReg, (ops VR128:$dst),
"xorps $dst, $dst",
[(set VR128:$dst, (v4f32 immAllZerosV))]>;
def V_SET0_PD : PDI<0x57, MRMInitReg, (ops VR128:$dst),
- "xorpd $dst, $dst",
+ "xorps $dst, $dst",
[(set VR128:$dst, (v2f64 immAllZerosV))]>;
def V_SETALLONES : PDI<0x76, MRMInitReg, (ops VR128:$dst),