of incorrectly generating pmuldq
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61228
91177308-0d34-0410-b5e6-
96231b3b80d8
; 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 >