[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 04:16:44 PST 2025


folkertdev wrote:

I made the changes to `SoftPromoteHalfRes_FMAD`, and they help in some cases, but not in all of them. I'm missing something, and I'm not sure what that would be. 

`ExpandFloatRes_FMA` and `SoftenFloatRes_FMA` already emit libcalls, so they don't seem relevant. Changing `PromoteFloatRes_FMAD` does not seem to have an effect.


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


More information about the llvm-commits mailing list