[llvm] [LangRef] Fix language around strictfp semantics (PR #213879)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 05:09:03 PDT 2026


================
@@ -2801,7 +2801,8 @@ fn -> other_fn -> other_fn ; fn is norecurse
     mode or that might alter the state of floating-point status flags that
     might otherwise be set or cleared by calling this function. LLVM will
     not introduce any new floating-point instructions that may trap. All
-    function definitions that contain strictfp calls must be marked strictfp.
+    function definitions that contain calls marked with the strictfp
+    attribute must be marked strictfp.
----------------
artagnon wrote:

Right, just reverted to the previous version for now.

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


More information about the llvm-commits mailing list