1 ; RUN: llc < %s -mtriple=x86_64-- -mcpu=penryn | FileCheck %s
3 define <4 x float> @foo(<4 x float>* %p, <4 x float> %x) nounwind {
4 %t = load <4 x float>, <4 x float>* %p, align 4
5 %z = fmul <4 x float> %t, %x
13 define <2 x double> @bar(<2 x double>* %p, <2 x double> %x) nounwind {
14 %t = load <2 x double>, <2 x double>* %p, align 8
15 %z = fmul <2 x double> %t, %x