[clang] [AMDGPU][clang] provide device implementation for __builtin_logb and … (PR #129347)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 28 22:25:21 PST 2025
choikwa wrote:
> clang should never emit a call to an ocml function
Would IR body of the ocml function be a suitable replacement to emit (for now)?
I understand once we have libm/libc implementation, clang can decide between the two.
https://github.com/llvm/llvm-project/pull/129347
More information about the cfe-commits
mailing list