KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
479 stars 213 forks source link

[SPV_INTEL_bindless_images] Add ret type to convert-SampledImage builtin name #2576

Closed wenju-he closed 4 months ago

wenju-he commented 4 months ago

Similar as ConvertHandleToImageINTEL, ConvertHandleToSampledImageINTEL builtin may have the same argument type but different return types. So we need to add ret type as name suffix when translating to LLVM IR.