brintos

brintos / llvm-project-archived public Read only

0
0
Text · 390 B · 2bd7591 Raw
21 lines · plain
1; DISABLE: llc -mtriple=mipsel < %s | FileCheck %s2; RUN: false3; XFAIL: *4 5; CHECK: .set macro6; CHECK: .set at7; CHECK-NEXT: .cprestore8; CHECK: .set noat9; CHECK-NEXT: .set nomacro10 11%struct.S = type { [16384 x i32] }12 13define void @foo2() nounwind {14entry:15  %s = alloca %struct.S, align 416  call void @foo1(ptr byval(%struct.S) %s)17  ret void18}19 20declare void @foo1(ptr byval(%struct.S))21