Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Analysis / CallGraph / non-leaf-intrinsics.ll
blob2b6969bc3c847b7f17ee1e41d2663bff1c75f5e2
1 ; RUN: opt -S -passes=print-callgraph -disable-output < %s 2>&1 | FileCheck %s
3 declare void @llvm.experimental.patchpoint.void(i64, i32, ptr, i32, ...)
4 declare token @llvm.experimental.gc.statepoint.p0(i64, i32, ptr, i32, i32, ...)
6 define private void @f() {
7   ret void
10 define void @calls_statepoint(ptr addrspace(1) %arg) gc "statepoint-example" {
11 entry:
12   %safepoint_token = call token (i64, i32, ptr, i32, i32, ...)
13   @llvm.experimental.gc.statepoint.p0(i64 0, i32 0, ptr elementtype(void ()) @f, i32 0, i32 0, i32 0, i32 0) ["gc-live"(ptr addrspace(1) %arg, ptr addrspace(1) %arg, ptr addrspace(1) %arg, ptr addrspace(1) %arg), "deopt" (i32 0, i32 0, i32 0, i32 10, i32 0)]
14   ret void
17 define void @calls_patchpoint() {
18 entry:
19   tail call void (i64, i32, ptr, i32, ...) @llvm.experimental.patchpoint.void(i64 1, i32 15, ptr @f, i32 0, i16 65535, i16 -1, i32 65536, i32 2000000000, i32 2147483647, i32 -1, i32 4294967295, i32 4294967296, i64 2147483648, i64 4294967295, i64 4294967296, i64 -1)
20   ret void
24 ; CHECK: Call graph node <<null function>>
25 ; CHECK:  CS<None> calls function 'f'
27 ; CHECK: Call graph node for function: 'calls_patchpoint'
28 ; CS<{{.*}}> calls function 'llvm.experimental.patchpoint.void'
30 ; CHECK: Call graph node for function: 'calls_statepoint'
31 ; CS<{{.*}}> calls function 'llvm.experimental.gc.statepoint.p0'
33 ; CHECK: Call graph node for function: 'llvm.experimental.gc.statepoint.p0'<<{{.*}}>>  #uses=2
34 ; CHECK-NEXT:  CS<[[addr_1:[^>]+]]> calls external node
36 ; CHECK: Call graph node for function: 'llvm.experimental.patchpoint.void'<<{{.*}}>>  #uses=2
37 ; CHECK-NEXT:  CS<[[addr_1:[^>]+]]> calls external node