diff options
Diffstat (limited to 'test/CodeGen/X86/sse2-mul.ll')
-rw-r--r-- | test/CodeGen/X86/sse2-mul.ll | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/CodeGen/X86/sse2-mul.ll b/test/CodeGen/X86/sse2-mul.ll deleted file mode 100644 index e066368dc73e..000000000000 --- a/test/CodeGen/X86/sse2-mul.ll +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: llc < %s -march=x86-64 -mcpu=core2 | FileCheck %s - -define <4 x i32> @test1(<4 x i32> %x, <4 x i32> %y) { - %m = mul <4 x i32> %x, %y - ret <4 x i32> %m -; CHECK-LABEL: test1: -; CHECK: pshufd $49 -; CHECK: pmuludq -; CHECK: pshufd $49 -; CHECK: pmuludq -; CHECK: shufps $-120 -; CHECK: pshufd $-40 -; CHECK: ret -} |