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:
7954926
)
add a missing type cast.
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Feb 2010 06:33:42 +0000
(06:33 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Feb 2010 06:33:42 +0000
(06:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96574
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 b69d2ca1548e3ee84b019a5c454ce646fb4740f9..b28e370f0aa40835f14818d9b9250074a6a3a20e 100644
(file)
--- a/
lib/Target/X86/X86InstrSSE.td
+++ b/
lib/Target/X86/X86InstrSSE.td
@@
-3462,7
+3462,7
@@
let Constraints = "$src1 = $dst" in {
(ins VR128:$src1, i128mem:$src2),
!strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),
[(set VR128:$dst,
- (Op
Node VR128:$src1, (memop addr:$src2
)))]>, OpSize;
+ (Op
VT (OpNode VR128:$src1, (memop addr:$src2)
)))]>, OpSize;
def rm_int : SS48I<opc, MRMSrcMem, (outs VR128:$dst),
(ins VR128:$src1, i128mem:$src2),
!strconcat(OpcodeStr, "\t{$src2, $dst|$dst, $src2}"),