brintos

brintos / llvm-project-archived public Read only

0
0
Text · 279 B · eb4fdd7 Raw
12 lines · plain
1; RUN: llc -mtriple arm64-windows %s -o - 2>&1 | FileCheck %s2 3define ptr @foo(ptr %a) {4; CHECK-LABEL: foo5; CHECK-NOT: llvm.x86.seh.recoverfp6  %1 = call ptr @llvm.x86.seh.recoverfp(ptr @f, ptr %a)7  ret ptr %18}9 10declare ptr @llvm.x86.seh.recoverfp(ptr, ptr)11declare i32 @f()12