projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f993b8
)
mpsadbw is not commutative.
author
Eric Christopher
<echristo@apple.com>
Thu, 8 Apr 2010 00:52:02 +0000
(
00:52
+0000)
committer
Eric Christopher
<echristo@apple.com>
Thu, 8 Apr 2010 00:52:02 +0000
(
00:52
+0000)
Fixes PR3440.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100736
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrSSE.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrSSE.td
b/lib/Target/X86/X86InstrSSE.td
index 11f7e27c4fc3a4d52a9c8317f7e8387daf1a6761..48e4e0b8fd0c1da4f4df2acb3ba2d5d0ed1b1d0d 100644
(file)
--- a/
lib/Target/X86/X86InstrSSE.td
+++ b/
lib/Target/X86/X86InstrSSE.td
@@
-3510,7
+3510,7
@@
defm DPPS : SS41I_binop_rmi_int<0x40, "dpps",
defm DPPD : SS41I_binop_rmi_int<0x41, "dppd",
int_x86_sse41_dppd, 1>;
defm MPSADBW : SS41I_binop_rmi_int<0x42, "mpsadbw",
- int_x86_sse41_mpsadbw,
1
>;
+ int_x86_sse41_mpsadbw,
0
>;
/// SS41I_ternary_int - SSE 4.1 ternary operator