Skip to content

Commit d154b99

Browse files
committed
Fix tests
1 parent 2cb4613 commit d154b99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_maximal_reconvergence/enable-maximal-reconvergence.ll

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
; CHECK: OpCapability Shader
55
; CHECK: OpExtension "SPV_KHR_maximal_reconvergence"
6-
; CHECK-NOT: OpExtension "SPV_KHR_maximal_reconvergence"
7-
; CHECK: OpExecutionMode {{.*}} MaximallyReconvergesKHR
86
; CHECK-NOT: OpExecutionMode {{.*}} MaximallyReconvergesKHR
7+
; CHECK: OpExecutionMode [[main:%[0-9]+]] MaximallyReconvergesKHR
8+
; CHECK-NOT: OpExecutionMode {{.*}} MaximallyReconvergesKHR
9+
; CHECK: OpName [[main]] "main"
910
define void @main() local_unnamed_addr #0 {
1011
entry:
1112
ret void

0 commit comments

Comments
 (0)