[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / Lanai / lowering-128.ll
blobdbd08095aeac734dced55d4c8f31cbdc49084f75
1 ; RUN: llc -march=lanai < %s | FileCheck %s
3 ; Tests that lowering wide registers (128 bits or more) works on Lanai.
4 ; The emitted assembly is not checked, we just do a smoketest.
6 target datalayout = "E-m:e-p:32:32-i64:64-a:0:32-n32-S64"
7 target triple = "lanai"
9 ; CHECK-LABEL: add128:
10 define i128 @add128(i128 %x, i128 %y) {
11   %a = add i128 %x, %y
12   ret i128 %a