[llvm] [GlobalISel] Fall back for bf16 conversions. (PR #71470)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 15 04:22:11 PST 2024


erickq wrote:

> #include <arm_neon.h>
> bfloat16_t test(bfloat16_t gpara1, bfloat16_t gpara2)
> {
>     return gpara1+gpara2;
> }

Okay, thank you. I got it. It seems that this needs to be supported slowly in the follow-up work. Do you have any plans?



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


More information about the llvm-commits mailing list