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 2cb4613 commit d154b99Copy full SHA for d154b99
llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_maximal_reconvergence/enable-maximal-reconvergence.ll
@@ -3,9 +3,10 @@
3
4
; CHECK: OpCapability Shader
5
; CHECK: OpExtension "SPV_KHR_maximal_reconvergence"
6
-; CHECK-NOT: OpExtension "SPV_KHR_maximal_reconvergence"
7
-; CHECK: OpExecutionMode {{.*}} MaximallyReconvergesKHR
8
; CHECK-NOT: OpExecutionMode {{.*}} MaximallyReconvergesKHR
+; CHECK: OpExecutionMode [[main:%[0-9]+]] MaximallyReconvergesKHR
+; CHECK-NOT: OpExecutionMode {{.*}} MaximallyReconvergesKHR
9
+; CHECK: OpName [[main]] "main"
10
define void @main() local_unnamed_addr #0 {
11
entry:
12
ret void
0 commit comments