[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 07:35:26 PDT 2025


================
@@ -1145,14 +1166,9 @@ bool llvm::inferNonMandatoryLibFuncAttrs(Function &F,
   case LibFunc_ldexp:
   case LibFunc_ldexpf:
   case LibFunc_ldexpl:
+    Changed |= setOnlyAccessesErrnoMemory(F);
----------------
nikic wrote:

I would also rename this one to setOnlyWritesErrnoMemory(F) for clarity.

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


More information about the llvm-commits mailing list