15 lines · plain
1; RUN: llc -mtriple=aarch64-windows %s -o - | FileCheck %s2 3define hidden swifttailcc void @test(ptr noalias nocapture %0, ptr swiftasync %1, ptr %2, ptr noalias nocapture %3, ptr nocapture dereferenceable(8) %4, ptr %5, ptr %6, ptr %Act, ptr %Err, ptr %Res, ptr %Act.DistributedActor, ptr %Err.Error, ptr %Res.Decodable, ptr %Res.Encodable, ptr swiftself %7) #0 {4entry:5 ret void6}7 8; Check that there is a minimal SEH prologue with seh_startepilogue/seh_endepilogue.9; CHECK: .seh_proc test10; CHECK: .seh_endprologue11; CHECK: .seh_startepilogue12; CHECK: add sp, sp, #4813; CHECK: .seh_stackalloc 4814; CHECK: .seh_endepilogue15