KhronosGroup / SPIRV-LLVM-Translator

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

Support SMulExtended and UMulExtended SPIR-V instructions #2608

Closed vmaksimo closed 1 week ago

vmaksimo commented 1 week ago

They can be used as SPIR-V friendly calls as there is no obvious mapping to any existing LLVM instruction.

The tests are basically copying the ones added in #2392

This change will address the second part of #2302 issue