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:
4a991a6
)
Revert r107583. I no longer think that this is the way to solve the problem.
author
Bill Wendling
<isanbard@gmail.com>
Sun, 4 Jul 2010 09:16:57 +0000
(09:16 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sun, 4 Jul 2010 09:16:57 +0000
(09:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107585
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 992ad3446ec3461fe44d63f82be0ad22e5153ec7..fae2246a39a4234d56131168af119bfa19b5b641 100644
(file)
--- a/
lib/Target/X86/X86InstrSSE.td
+++ b/
lib/Target/X86/X86InstrSSE.td
@@
-82,9
+82,9
@@
def X86ptest : SDNode<"X86ISD::PTEST", SDTX86CmpPTest>;
// the top elements. These are used for the SSE 'ss' and 'sd' instruction
// forms.
def sse_load_f32 : ComplexPattern<v4f32, 5, "SelectScalarSSELoad", [],
- [SDNPHasChain, SDNPMayLoad
, SDNPMemOperand
]>;
+ [SDNPHasChain, SDNPMayLoad]>;
def sse_load_f64 : ComplexPattern<v2f64, 5, "SelectScalarSSELoad", [],
- [SDNPHasChain, SDNPMayLoad
, SDNPMemOperand
]>;
+ [SDNPHasChain, SDNPMayLoad]>;
def ssmem : Operand<v4f32> {
let PrintMethod = "printf32mem";