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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 03:30:21 PST 2024


erickq wrote:

> > > It was previously giving an error in the frontend that you are using an operation that is not supported, but that was broken at some point without making the backend work correctly.
> > 
> > 
> > Is this the kind of error?
> 
> Yep, that's the error. Operations like Add were previously not defined as they were not supported by the instruction set and there were no promotions for them. Someone changed how the frontend worked whilst only making the backend work for X86.

Okay. thank you.  I think I see what you mean.  So, are there any plans to support the follow-up?@davemgreen at arsenm

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


More information about the llvm-commits mailing list