spavloff wrote: > My understanding of the attribute is that it only indicates that strict > floating-point semantics are (potentially?) required at the call site.
If strict floating-point semantics are required at this call site, they are are required on every relevant call in this function. It means `strictfp` is a function attribute. Does anything prevents us from removal `strictfp` from all call sites? https://github.com/llvm/llvm-project/pull/122735 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits