brintos

brintos / llvm-project-archived public Read only

0
0
Text · 402 B · 6a3c890 Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; RUN: not --crash opt -disable-output -passes=rewrite-statepoints-for-gc %s 2>&1 | FileCheck %s3 4; CHECK: LLVM ERROR: unsupported GC: unsupported-gc5 6declare void @g()7declare i32 @h()8 9define ptr addrspace(1) @f0(ptr addrspace(1) %arg) gc "unsupported-gc" {10  call void @g() [ "deopt"(i32 100) ]11  ret ptr addrspace(1) %arg12}13