mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 02:17:41 +00:00
remove a pattern with no testcase that doesn't appear to be
matchable: it seems like it would always constant fold. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a00ed98f1
commit
6269b6c9cb
@ -3198,8 +3198,6 @@ def : Pat<(v4f32 (movlp:$src3 VR128:$src1, (v4f32 VR128:$src2))),
|
|||||||
|
|
||||||
// Set lowest element and zero upper elements.
|
// Set lowest element and zero upper elements.
|
||||||
let AddedComplexity = 15 in
|
let AddedComplexity = 15 in
|
||||||
def : Pat<(v2f64 (movl immAllZerosV_bc, VR128:$src)),
|
|
||||||
(MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
|
|
||||||
def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
|
def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))),
|
||||||
(MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
|
(MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user