[PATCH] D156344: Disable call to fma for soft-float

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 13 19:34:55 PDT 2023


shchenz added a comment.

compiler-rt builtins library should not just undefining fma for PPC, right (see https://gcc.gnu.org/onlinedocs/gccint/Soft-float-library-routines.html)? If so, maybe we should at least first try not generating fma for soft-float at the first place where fmul + fadd is fused, like `tryEmitFMulAdd` in clang front end?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156344/new/

https://reviews.llvm.org/D156344



More information about the cfe-commits mailing list