[llvm] LangRef: Clarify llvm.minnum and llvm.maxnum about sNaN (PR #112852)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 01:30:21 PDT 2024


================
@@ -16464,21 +16464,13 @@ type.
 
 Semantics:
 """"""""""
+Follows the IEEE754 2008 semantics for minNum, except for handling of
++0.0 vs -0.0. This match's the behavior of libm's fmin.
----------------
graphite-app[bot] wrote:

There's a minor typo in this line. The word "match's" should be "matches" to maintain grammatical correctness:

```diff
- +0.0 vs -0.0. This match's the behavior of libm's fmin.
+ +0.0 vs -0.0. This matches the behavior of libm's fmin.
```

*Spotted by [Graphite Reviewer](https://app.graphite.dev/graphite-reviewer/?org=llvm&ref=ai-review-comment)*<i class='graphite__hidden'><br /><br />Is this helpful? React 👍 or 👎 to let us know.</i>

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


More information about the llvm-commits mailing list