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(<4 x float>* %p) nounwind {
7 ; CHECK-NEXT: movups (%rdi), %xmm0
9 %t = load <4 x float>, <4 x float>* %p, align 4
12 define <2 x double> @bar(<2 x double>* %p) nounwind {
15 ; CHECK-NEXT: movups (%rdi), %xmm0
17 %t = load <2 x double>, <2 x double>* %p, align 8