[llvm] [SDAG] Fix fmaximum legalization errors (PR #142170)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 12:54:36 PDT 2025


nikic wrote:

One thing this makes me wonder is why we're not preferring libcall legalization for scalar fmaximum. The generated code is quite complex and probably not better than using a libcall.

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


More information about the llvm-commits mailing list