[llvm] fix `llvm.fma.f16` double rounding issue when there is no native support (PR #171904)

Folkert de Vries via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 06:31:03 PST 2025


folkertdev wrote:

> > > Those don't know about f16 libcalls, so those probably error if reached.
> > 
> > 
> > Is that a problem? should they know about the f16 libcalls? adding an extra argument to `GetFPLibCall` is going to be kind of invasive.
> 
> Yes. I want tablegen to start generating all the get* libcall helper functions to assist this

Sure, anything I should do here now though?

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


More information about the llvm-commits mailing list