1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mattr=+sse2 -mcpu=nehalem | FileCheck %s
4 target triple = "i686-apple-darwin8"
6 define <4 x double> @foo(<4 x double> %x, <4 x double> %z) {
9 ; CHECK-NEXT: mulpd %xmm2, %xmm0
10 ; CHECK-NEXT: mulpd %xmm3, %xmm1
12 %y = fmul <4 x double> %x, %z
16 define <8 x float> @bar(<8 x float> %x, <8 x float> %z) {
19 ; CHECK-NEXT: addps %xmm2, %xmm0
20 ; CHECK-NEXT: addps %xmm3, %xmm1
22 %y = fadd <8 x float> %x, %z