From eecb4b478fecf340a01bd5e04c7df565926f16f7 Mon Sep 17 00:00:00 2001 From: David Sherwood Date: Tue, 20 Apr 2021 17:23:18 +0100 Subject: [PATCH] [Docs] Fix formatting issue for llvm.experimental.stepvector in LangRef The llvm.experimental.stepvector section was missing the '^^^' line underneath the intrinsic name. --- llvm/docs/LangRef.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index b6c39f1..9d00f4c 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 -- 2.7.4