projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06131f
)
[LangRef][FMF] Clarify ambiguity.
author
Kevin P. Neal
<kevin.neal@sas.com>
Tue, 18 Oct 2022 14:53:02 +0000
(10:53 -0400)
committer
Kevin P. Neal
<kevin.neal@sas.com>
Tue, 18 Oct 2022 14:57:12 +0000
(10:57 -0400)
This should eliminate some ambiguous grammer that tripped me up when
reviewing D136097.
llvm/docs/LangRef.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/LangRef.rst
b/llvm/docs/LangRef.rst
index
f66d913
..
4714218
100644
(file)
--- a/
llvm/docs/LangRef.rst
+++ b/
llvm/docs/LangRef.rst
@@
-3302,7
+3302,7
@@
floating-point transformations.
``nsz``
No Signed Zeros - Allow optimizations to treat the sign of a zero
- argument or result as insignificant. This does not imply that -0.0
+ argument or
zero
result as insignificant. This does not imply that -0.0
is poison and/or guaranteed to not exist in the operation.
``arcp``