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
This commit is contained in:
Mon P Wang 2008-12-18 23:42:37 +00:00
parent e533f4e343
commit 7538454f9f

View File

@ -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 >