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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 12 05:22:17 PST 2025


================

----------------
arsenm wrote:

Libcall is a mechanical property, it doesn't change the type or rounding issues. The mixing of the libcall emission into type legalization for the soft float case is an unfortunate DAG-ism 

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


More information about the llvm-commits mailing list