[LangRef][VP] Fix typo.

Differential Revision: https://reviews.llvm.org/D132210
This commit is contained in:
jacquesguan 2022-08-19 15:59:27 +08:00
parent a2dd6130d4
commit 04986dda00
1 changed files with 1 additions and 1 deletions

View File

@ -20532,7 +20532,7 @@ Semantics:
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.