[PATCH] D132210: [LangRef][VP] Fix typo.
Jianjian Guan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 01:22:21 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG04986dda00d7: [LangRef][VP] Fix typo. (authored by jacquesguan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132210/new/
https://reviews.llvm.org/D132210
Files:
llvm/docs/LangRef.rst
Index: llvm/docs/LangRef.rst
===================================================================
--- llvm/docs/LangRef.rst
+++ llvm/docs/LangRef.rst
@@ -20532,7 +20532,7 @@
The '``llvm.vp.sext``' intrinsic performs a sign extension by copying the sign
bit (highest order bit) of the value until it reaches the size of the return
-type. When zero extending from i1, the result will always be either -1 or 0.
+type. When sign extending from i1, the result will always be either -1 or 0.
The conversion is performed on lane positions below the explicit vector length
and where the vector mask is true. Masked-off lanes are undefined.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132210.453920.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220819/25f24987/attachment.bin>
More information about the llvm-commits
mailing list