[llvm] eecb4b4 - [Docs] Fix formatting issue for llvm.experimental.stepvector in LangRef
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 00:44:17 PDT 2021
Author: David Sherwood
Date: 2021-04-21T08:42:40+01:00
New Revision: eecb4b478fecf340a01bd5e04c7df565926f16f7
URL: https://github.com/llvm/llvm-project/commit/eecb4b478fecf340a01bd5e04c7df565926f16f7
DIFF: https://github.com/llvm/llvm-project/commit/eecb4b478fecf340a01bd5e04c7df565926f16f7.diff
LOG: [Docs] Fix formatting issue for llvm.experimental.stepvector in LangRef
The llvm.experimental.stepvector section was missing the '^^^' line
underneath the intrinsic name.
Added:
Modified:
llvm/docs/LangRef.rst
Removed:
################################################################################
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index b6c39f11f3675..9d00f4c045382 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -16795,8 +16795,8 @@ The first two operands are vectors with the same type. The third argument
the source/result vector. The ``imm`` is a signed integer constant in the range
``-VL <= imm < VL``. For values outside of this range the result is poison.
-
'``llvm.experimental.stepvector``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is an overloaded intrinsic. You can use ``llvm.experimental.stepvector``
to generate a vector whose lane values comprise the linear sequence
More information about the llvm-commits
mailing list