summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pmul.ll
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2008-12-18 23:42:37 +0000
committerMon P Wang <wangmp@apple.com>2008-12-18 23:42:37 +0000
commit7538454f9f20c65d41c75260678849e857f342de (patch)
treed931b3ff0fd2fd40b24b374a2008d46ae30ea62d /test/CodeGen/X86/pmul.ll
parente533f4e343d2010123b895251aab8ff40c133460 (diff)
downloadllvm-7538454f9f20c65d41c75260678849e857f342de.tar.gz
llvm-7538454f9f20c65d41c75260678849e857f342de.tar.bz2
llvm-7538454f9f20c65d41c75260678849e857f342de.tar.xz
Fix test to account for generating some vector code for mul v2i64 instead
of incorrectly generating pmuldq git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pmul.ll')
-rw-r--r--test/CodeGen/X86/pmul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pmul.ll b/test/CodeGen/X86/pmul.ll
index 2abf4b5a62..5ee09326dd 100644
--- a/test/CodeGen/X86/pmul.ll
+++ b/test/CodeGen/X86/pmul.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse41 -stack-alignment=16 > %t
-; RUN: grep pmul %t | count 6
-; RUN: grep mov %t | count 8
+; RUN: grep pmul %t | count 12
+; RUN: grep mov %t | count 19
define <4 x i32> @a(<4 x i32> %i) nounwind {
%A = mul <4 x i32> %i, < i32 117, i32 117, i32 117, i32 117 >