1 ; RUN: llc < %s -march=x86-64 -mattr=+sse41 -asm-verbose=0 | FileCheck %s
3 define <4 x i32> @test1(<4 x i32> %A, <4 x i32> %B) nounwind {
6 %C = mul <4 x i32> %A, %B
10 define <4 x i32> @test1a(<4 x i32> %A, <4 x i32> *%Bp) nounwind {
13 %B = load <4 x i32>* %Bp
14 %C = mul <4 x i32> %A, %B