[llvm] [SDAG] Add missing SoftenFloatRes legalization for FMODF (PR #129264)

Björn Pettersson via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 03:22:50 PDT 2025


bjope wrote:

I guess one either need to "inline" makeLibCalls in DAGTypeLegalizer::SoftenFloatRes_UnaryWithTwoFPResults making it possible to setup the ArgListTy correctly. Or maybe we should add support in MakeLibCallOptions to denote that certain arguments are pointers (and maybe also the pointer address space). 

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


More information about the llvm-commits mailing list