Skip to content

Commit 563d545

Browse files
[NFC][LLVM][LangRef] Fix typos within partial.reduce.add documentation.
1 parent 036f543 commit 563d545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20252,7 +20252,7 @@ of the result's type, while maintaining the same element type.
2025220252
Semantics:
2025320253
""""""""""
2025420254

20255-
Other than the reduction operator (e.g. add) the way in which the concatinated
20255+
Other than the reduction operator (e.g. add) the way in which the concatenated
2025620256
arguments is reduced is entirely unspecified. By their nature these intrinsics
2025720257
are not expected to be useful in isolation but instead implement the first phase
2025820258
of an overall reduction operation.
@@ -20261,8 +20261,8 @@ The typical use case is loop vectorization where reductions are split into an
2026120261
in-loop phase, where maintaining an unordered vector result is important for
2026220262
performance, and an out-of-loop phase to calculate the final scalar result.
2026320263

20264-
By not introducing any new ordering constraints these intrinsics maximize the
20265-
abilitity to utilise a target's accumulation instructions.
20264+
By avoiding the introduction of new ordering constraints, these intrinsics
20265+
enhance the ability to leverage a target's accumulation instructions.
2026620266

2026720267
'``llvm.experimental.vector.histogram.*``' Intrinsic
2026820268
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)