You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,24 +0,0 @@
|
||||
; RUN: opt < %s -simplifycfg -S | FileCheck %s
|
||||
; Test that statepoint intrinsic is marked with Throwable attribute and it is
|
||||
; not optimized into call
|
||||
|
||||
declare i64 addrspace(1)* @gc_call()
|
||||
declare token @llvm.experimental.gc.statepoint.p0f_p1i64f(i64, i32, i64 addrspace(1)* ()*, i32, i32, ...)
|
||||
declare i32* @fake_personality_function()
|
||||
|
||||
define i32 @test() gc "statepoint-example" personality i32* ()* @fake_personality_function {
|
||||
; CHECK-LABEL: test
|
||||
entry:
|
||||
; CHECK-LABEL: entry:
|
||||
; CHECK-NEXT: %sp = invoke token (i64, i32, i64 addrspace(1)* ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_p1i64f
|
||||
%sp = invoke token (i64, i32, i64 addrspace(1)* ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_p1i64f(i64 0, i32 0, i64 addrspace(1)* ()* @gc_call, i32 0, i32 0, i32 0, i32 0)
|
||||
to label %normal unwind label %exception
|
||||
|
||||
exception:
|
||||
%lpad = landingpad { i8*, i32 }
|
||||
cleanup
|
||||
ret i32 0
|
||||
|
||||
normal:
|
||||
ret i32 1
|
||||
}
|
Reference in New Issue
Block a user