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"
10 define i128 @add128(i128 %x, i128 %y) {