File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -602,14 +602,13 @@ such instructions has the following format:
602602
603603 Below, you will find the mappings between SPIR-V instruction and their corresponding
604604LLVM IR representations.
605-
606605+--------------------+---------------------------------------------------------+
607606| SPIR-V instruction | LLVM IR |
608607+====================+=========================================================+
609608| OpExecutionMode | .. code-block:: llvm |
610609| | |
611610| | !spirv.ExecutionMode = !{!0} |
612- | | !0 = !{void @worker, i32 30, i32 262149} |
611+ | | !0 = !{void @worker, i32 30, i32 262149} |
613612| | ; Set execution mode with id 30 (VecTypeHint) and |
614613| | ; literal `262149 ` operand. |
615614+--------------------+---------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments