Skip to content

Commit 8f44fee

Browse files
committed
[docs] Fix typo in llvm.experimental.vector.compress code-block snippet
1 parent f9e2a86 commit 8f44fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19754,7 +19754,7 @@ This is an overloaded intrinsic. A number of scalar values of integer, floating
1975419754
from an input vector and placed adjacently within the result vector. A mask defines which elements to collect from the vector.
1975519755
The remaining lanes are filled with values from ``passthru``.
1975619756

19757-
:: code-block:: llvm
19757+
.. code-block:: llvm
1975819758

1975919759
declare <8 x i32> @llvm.experimental.vector.compress.v8i32(<8 x i32> <value>, <8 x i1> <mask>, <8 x i32> <passthru>)
1976019760
declare <16 x float> @llvm.experimental.vector.compress.v16f32(<16 x float> <value>, <16 x i1> <mask>, <16 x float> undef)

0 commit comments

Comments
 (0)