Skip to content

Commit f291bc6

Browse files
committed
implement feedback
1 parent 7d2779e commit f291bc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/test/Verifier/AMDGPU/intrinsic-amdgpu-init-exec-from-input.ll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; RUN: not llvm-as -disable-output 2>&1 %s | FileCheck %s
22

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 }
3+
declare void @llvm.amdgcn.init.exec.from.input(i32, i32 immarg)
64

75
; CHECK: only inreg arguments to the parent function are valid as inputs to this intrinsic
86
; CHECK-NEXT: call void @llvm.amdgcn.init.exec.from.input(i32 0, i32 0)

0 commit comments

Comments
 (0)