[clang] [llvm] [mlir] [IR] Make semantics of strictfp consistent v2 (PR #211769)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 02:00:06 PDT 2026


================
@@ -26653,9 +26654,6 @@ point intrinsics must have the `strictfp` attribute either on the
 calling instruction or on the declaration or definition of the function
 being called.
 
-All function *definitions* that use constrained floating point intrinsics
-must have the `strictfp` attribute.
----------------
artagnon wrote:

On second thought, this is an additional clause that should have stayed: regardless of whether the constrainedfp callsite or declaration is marked strictfp, the calling function must be marked strictfp?

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


More information about the llvm-commits mailing list