1 ; RUN: llc -O0 -fast-isel -mtriple=arm64-apple-ios7.0 -mcpu=generic < %s | FileCheck %s
3 ; Function Attrs: nounwind ssp
5 %1 = sext i32 0 to i128
6 call void @test2(i128 %1)
9 ; The i128 is 0 so the we can test to make sure it is propogated into the x
10 ; registers that make up the i128 pair
18 declare void @test2(i128)