brintos

brintos / llvm-project-archived public Read only

0
0
Text · 796 B · 6cdf3ea Raw
25 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=aarch64-windows | FileCheck %s3 4define dso_local void @func() #0 {5; CHECK-LABEL: func:6; CHECK:       .seh_proc func7; CHECK-NEXT:  // %bb.0: // %entry8; CHECK-NEXT:    stp x29, x30, [sp, #-16]! // 16-byte Folded Spill9; CHECK-NEXT:    .seh_save_fplr_x 1610; CHECK-NEXT:    mov x29, sp11; CHECK-NEXT:    .seh_set_fp12; CHECK-NEXT:    .seh_endprologue13; CHECK-NEXT:    .seh_startepilogue14; CHECK-NEXT:    ldp x29, x30, [sp], #16 // 16-byte Folded Reload15; CHECK-NEXT:    .seh_save_fplr_x 1616; CHECK-NEXT:    .seh_endepilogue17; CHECK-NEXT:    ret18; CHECK-NEXT:    .seh_endfunclet19; CHECK-NEXT:    .seh_endproc20entry:21  ret void22}23 24attributes #0 = { uwtable "frame-pointer"="none" "stackrealign" }25