diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-28 08:40:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-28 08:40:48 +0000 |
commit | 6269b6c9cb4542318ea37ab3f1587b0994103c47 (patch) | |
tree | c8709d45618ac6056a5985acd53aabd3d49b6f51 | |
parent | 0a00ed98f1d0734bc5bc699f58852144aa54195a (diff) |
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
-rw-r--r-- | lib/Target/X86/X86InstrSSE.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/X86InstrSSE.td b/lib/Target/X86/X86InstrSSE.td index eda2949321..a496364aee 100644 --- a/lib/Target/X86/X86InstrSSE.td +++ b/lib/Target/X86/X86InstrSSE.td @@ -3198,8 +3198,6 @@ def : Pat<(v4f32 (movlp:$src3 VR128:$src1, (v4f32 VR128:$src2))), // Set lowest element and zero upper elements. let AddedComplexity = 15 in -def : Pat<(v2f64 (movl immAllZerosV_bc, VR128:$src)), - (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>; def : Pat<(v2f64 (X86vzmovl (v2f64 VR128:$src))), (MOVZPQILo2PQIrr VR128:$src)>, Requires<[HasSSE2]>; |