[libclc] [libclc] Move conversion builtins to the CLC library (PR #124727)

Romaric Jodin via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 28 07:47:53 PST 2025


rjodinchr wrote:

I think for `clspv`, we would need to invert the condition to skip user-facing functions. By that I mean that `clspv` will need all the `convert_*` functions, and not the `__clc_convert_*_rte`. Then we will need to update `clspv` to support natively the function with the `__clc_` prefix.

https://github.com/llvm/llvm-project/pull/124727


More information about the cfe-commits mailing list