[llvm] [TLI] Add basic support for fdim libcall (PR #108702)

via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 06:29:09 PDT 2024


================
@@ -337,6 +338,7 @@ static void initializeLibCalls(TargetLibraryInfoImpl &TLI, const Triple &T,
     TLI.setUnavailable(LibFunc_powl);
     TLI.setUnavailable(LibFunc_remainderl);
     TLI.setUnavailable(LibFunc_remquol);
+    TLI.setUnavailable(LibFunc_fdiml);
----------------
braw-lee wrote:

tried to add a test but its failing
mingw32 is generating `fdimf`

i feel like this was not the correct way to test

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


More information about the llvm-commits mailing list