summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-28 08:40:48 +0000
committerChris Lattner <sabre@nondot.org>2010-03-28 08:40:48 +0000
commit505849d277fb567e8c2d002cc26c9652ed6526be (patch)
tree94d827414bc46708a74c384dfcf15afae1adc5a0 /llvm/lib
parent3dad5fbeb97ef8fb6be8e47e816b86624b3cf9e6 (diff)
downloadbcm5719-llvm-505849d277fb567e8c2d002cc26c9652ed6526be.tar.gz
bcm5719-llvm-505849d277fb567e8c2d002cc26c9652ed6526be.zip
remove a pattern with no testcase that doesn't appear to be
matchable: it seems like it would always constant fold. llvm-svn: 99758
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrSSE.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86InstrSSE.td b/llvm/lib/Target/X86/X86InstrSSE.td
index eda2949321f..a496364aee2 100644
--- a/llvm/lib/Target/X86/X86InstrSSE.td
+++ b/llvm/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]>;
OpenPOWER on IntegriCloud