We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b863f78 commit f67737bCopy full SHA for f67737b
llvm/test/CodeGen/AMDGPU/cc-entry.ll
@@ -0,0 +1,8 @@
1
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 < %s 2>&1 | FileCheck %s
2
+
3
+define amdgpu_kernel void @entry_fn() {
4
+; CHECK-NOT: LLVM ERROR: invalid call to entry function
5
+entry:
6
+ call void @entry_fn()
7
+ ret void
8
+}
0 commit comments