1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
4 define <4 x float> @foo(ptr %p, <4 x float> %x) nounwind {
7 ; CHECK-NEXT: mulps (%rdi), %xmm0
9 %t = load <4 x float>, ptr %p
10 %z = fmul <4 x float> %t, %x
14 define <2 x double> @bar(ptr %p, <2 x double> %x) nounwind {
17 ; CHECK-NEXT: mulpd (%rdi), %xmm0
19 %t = load <2 x double>, ptr %p
20 %z = fmul <2 x double> %t, %x