brintos

brintos / llvm-project-archived public Read only

0
0
Text · 864 B · fa49cb8 Raw
23 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=x86_64-windows-gnu %s -o - | FileCheck %s3 4define void @foo() gc "statepoint-example" personality ptr @__gxx_personality_seh0 {5; CHECK-LABEL: foo:6; CHECK:       # %bb.0:7; CHECK-NEXT:    subq $40, %rsp8; CHECK-NEXT:    .seh_stackalloc 409; CHECK-NEXT:    .seh_endprologue10; CHECK-NEXT:    callq raise11; CHECK-NEXT:  .Ltmp0:12; CHECK-NEXT:    int313; CHECK-NEXT:    .seh_endproc14    %statepoint_token = call token (i64, i32, ptr, i32, i32, ...) @llvm.experimental.gc.statepoint.p0(i64 2882400000, i32 0, ptr elementtype(void ()) @raise, i32 0, i32 0, i32 0, i32 0)15    unreachable16}17 18declare void @raise()19 20declare dso_local i32 @__gxx_personality_seh0(...)21 22declare token @llvm.experimental.gc.statepoint.p0(i64 immarg, i32 immarg, ptr, i32 immarg, i32 immarg, ...)23