[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / X86 / sse-align-5.ll
blobebba1b946674241d4ab86ce38f7618021c17b953
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define <2 x i64> @bar(<2 x i64>* %p) nounwind {
5 ; CHECK-LABEL: bar:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    movaps (%rdi), %xmm0
8 ; CHECK-NEXT:    retq
9   %t = load <2 x i64>, <2 x i64>* %p
10   ret <2 x i64> %t