[llvm] [InferAttrs] Mark floating-point libcalls as errno-writing (PR #124742)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 15:54:00 PDT 2025
================
@@ -1149,14 +1169,9 @@ bool llvm::inferNonMandatoryLibFuncAttrs(Function &F,
case LibFunc_ldexp:
case LibFunc_ldexpf:
case LibFunc_ldexpl:
----------------
nikic wrote:
Can merge ldexp with the rest of the FP libcall list? Should also be able to set doesNotThrow and setDoesNotFreeMemory on it...
https://github.com/llvm/llvm-project/pull/124742
More information about the llvm-commits
mailing list