Skip to content

Commit b13dd93

Browse files
vmaksimosys-ce-bb
authored andcommitted
Add CopyLogical instruction (#2484)
There is no mapping to LLVM instructions, so it can be used only via SPIR-V friendly translation. This addresses p1. of #2460 Original commit: KhronosGroup/SPIRV-LLVM-Translator@8518a6f72fd586c
1 parent 0af095e commit b13dd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/lib/SPIRV/libSPIRV/SPIRVOpCodeEnum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ _SPIRV_OP(GroupNonUniformBitwiseXor, 361)
329329
_SPIRV_OP(GroupNonUniformLogicalAnd, 362)
330330
_SPIRV_OP(GroupNonUniformLogicalOr, 363)
331331
_SPIRV_OP(GroupNonUniformLogicalXor, 364)
332+
_SPIRV_OP(CopyLogical, 400)
332333
_SPIRV_OP(PtrEqual, 401)
333334
_SPIRV_OP(PtrNotEqual, 402)
334335
_SPIRV_OP(PtrDiff, 403)
335-
_SPIRV_OP(CopyLogical, 400)
336336
_SPIRV_OP(GroupNonUniformRotateKHR, 4431)
337337
_SPIRV_OP(SDotKHR, 4450)
338338
_SPIRV_OP(UDotKHR, 4451)

0 commit comments

Comments
 (0)