================
@@ -1567,6 +1584,21 @@ let IntrProperties = [IntrInaccessibleMemOnly, 
IntrStrictFP] in {
                                                       [ 
llvm_any_scalar_float_ty,
                                                         llvm_metadata_ty,
                                                         llvm_metadata_ty ]>;
+}
+
+// Constrained functions that do not depend on the current rounding mode.
----------------
spavloff wrote:

You are right, FP control modes are not restricted to the rounding mode only. 
But the current constrained function design takes only rounding mode into 
considerations.

https://github.com/llvm/llvm-project/pull/221754
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to