mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Revert r107583. I no longer think that this is the way to solve the problem.
llvm-svn: 107585
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user