brintos

brintos / llvm-project-archived public Read only

0
0
Text · 565 B · 2d4612b Raw
18 lines · plain
1; RUN: llc < %s -mtriple=x86_64-apple-darwin2; This formerly crashed.3 4%0 = type { i64, i64 }5 6define %0 @f() nounwind ssp {7entry:8  %v = alloca %0, align 89  call void asm sideeffect "", "=*r,r,r,0,~{dirflag},~{fpsr},~{flags}"(ptr elementtype(%0) %v, i32 0, i32 1, i128 undef) nounwind10  %0 = getelementptr inbounds %0, ptr %v, i64 0, i32 011  %1 = load i64, ptr %0, align 812  %2 = getelementptr inbounds %0, ptr %v, i64 0, i32 113  %3 = load i64, ptr %2, align 814  %mrv4 = insertvalue %0 undef, i64 %1, 015  %mrv5 = insertvalue %0 %mrv4, i64 %3, 116  ret %0 %mrv517}18