1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin
2 ; This formerly crashed.
6 define %0 @f() nounwind ssp {
8 %v = alloca %0, align 8
9 call void asm sideeffect "", "=*r,r,r,0,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(%0) %v, i32 0, i32 1, i128 undef) nounwind
10 %0 = getelementptr inbounds %0, ptr %v, i64 0, i32 0
11 %1 = load i64, ptr %0, align 8
12 %2 = getelementptr inbounds %0, ptr %v, i64 0, i32 1
13 %3 = load i64, ptr %2, align 8
14 %mrv4 = insertvalue %0 undef, i64 %1, 0
15 %mrv5 = insertvalue %0 %mrv4, i64 %3, 1