[llvm] 04986dd - [LangRef][VP] Fix typo.

via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 01:22:10 PDT 2022


Author: jacquesguan
Date: 2022-08-19T16:21:39+08:00
New Revision: 04986dda00d78d145232e2f0e2d646665453080d

URL: https://github.com/llvm/llvm-project/commit/04986dda00d78d145232e2f0e2d646665453080d
DIFF: https://github.com/llvm/llvm-project/commit/04986dda00d78d145232e2f0e2d646665453080d.diff

LOG: [LangRef][VP] Fix typo.

Differential Revision: https://reviews.llvm.org/D132210

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index a3c0824f16c6c..a8ce27b58dda2 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -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.
 


        


More information about the llvm-commits mailing list