1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define <4 x float> @foo(ptr %p) nounwind {
7 ; CHECK-NEXT: movaps (%rdi), %xmm0
9 %t = load <4 x float>, ptr %p
13 define <2 x double> @bar(ptr %p) nounwind {
16 ; CHECK-NEXT: movaps (%rdi), %xmm0
18 %t = load <2 x double>, ptr %p