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 7d2779e commit f291bc6Copy full SHA for f291bc6
llvm/test/Verifier/AMDGPU/intrinsic-amdgpu-init-exec-from-input.ll
@@ -1,8 +1,6 @@
1
; RUN: not llvm-as -disable-output 2>&1 %s | FileCheck %s
2
3
-; Function Attrs: convergent nocallback nofree nounwind willreturn
4
-declare void @llvm.amdgcn.init.exec.from.input(i32, i32 immarg) #0
5
-attributes #0 = { convergent nocallback nofree nounwind willreturn }
+declare void @llvm.amdgcn.init.exec.from.input(i32, i32 immarg)
6
7
; CHECK: only inreg arguments to the parent function are valid as inputs to this intrinsic
8
; CHECK-NEXT: call void @llvm.amdgcn.init.exec.from.input(i32 0, i32 0)
0 commit comments