KhronosGroup / SPIRV-LLVM-Translator

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

Add support for llvm.tan.* #2639

Closed maarquitos14 closed 1 month ago

maarquitos14 commented 1 month ago

Please consider adding the intrinsic to getNativeBuiltinIdForIntrinsic following logic of this patch: commit 6417ada Author: Victor Mustya victor.mustya@intel.com Date: Thu Nov 24 04:12:12 2022 -0800

Translate LLVM intrinsics into native_* OpenCL instructions (#1729)

Done.

MrSidims commented 1 month ago

I'll leave a day before merge in case if anybody would like to review