llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SPIR-V][DOC] Update SPV_INTEL_function_pointers

Open MrSidims opened this issue 3 years ago • 1 comments

OpFunctionPointerINTEL was renamed to OpConstantFunctionPointerINTEL

SPIR-V to LLVM IR Translator update: https://github.com/KhronosGroup/SPIRV-LLVM-Translator/pull/1265 SPIR-V Headers update: https://github.com/KhronosGroup/SPIRV-Headers/pull/251 SPIR-V Tools update: https://github.com/KhronosGroup/SPIRV-Tools/pull/4613

Signed-off-by: Dmitry Sidorov [email protected]

MrSidims avatar Nov 03 '21 10:11 MrSidims

@MrSidims, @AlexeySotkin, we need to incorporate #2254 into this PR: we need to list Alex Bezzubikov as a contributor and copy issues raised in that PR into the spec. The rest should come from this PR, i.e. ultimately we should have OpConstant* spelling for new instructions, but we shouldn't forget about contributors and discussions which happened during an intermediate step (OpConst* spelling)

AlexeySachkov avatar Feb 07 '22 11:02 AlexeySachkov