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