[PATCH] D132210: [LangRef][VP] Fix typo.

Jianjian Guan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 01:06:16 PDT 2022


jacquesguan created this revision.
jacquesguan added reviewers: ym1813382441, frasercrmck, simoll, rogfer01, craig.topper.
Herald added subscribers: StephenFan, jdoerfert.
Herald added a project: All.
jacquesguan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

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.453909.patch
Type: text/x-patch
Size: 639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220819/8c77d896/attachment.bin>


More information about the llvm-commits mailing list