================
@@ -4965,6 +4965,13 @@ static constexpr KnownFPClass::MinMaxKind
getMinMaxKind(Intrinsic::ID IID) {
}
}
+/// \return true if this is a floating point value that is known to have a
+/// magnitude smaller than 1. i.e., fabs(X) <=1.0
----------------
arsenm wrote:
```suggestion
/// magnitude smaller than 1. i.e., fabs(X) <= 1.0
```
https://github.com/llvm/llvm-project/pull/183373
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits