[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / sse-align-1.ll
blobdec462f3ca72e8baa2cc496825e6e3bd6fff56a4
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 {
5 ; CHECK-LABEL: foo:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    movaps (%rdi), %xmm0
8 ; CHECK-NEXT:    retq
9   %t = load <4 x float>, ptr %p
10   ret <4 x float> %t
13 define <2 x double> @bar(ptr %p) nounwind {
14 ; CHECK-LABEL: bar:
15 ; CHECK:       # %bb.0:
16 ; CHECK-NEXT:    movaps (%rdi), %xmm0
17 ; CHECK-NEXT:    retq
18   %t = load <2 x double>, ptr %p
19   ret <2 x double> %t