Skip to content

Commit 6537751

Browse files
author
Yeting Kuo
committed
Refine llvm/docs/LangRef.rst
1 parent b624008 commit 6537751

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

llvm/docs/LangRef.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21791,9 +21791,8 @@ The third argument is the explicit vector length of the operation.
2179121791
Semantics:
2179221792
""""""""""
2179321793

21794-
This intrinsic population counts first ``evl`` elements in a vector.
21795-
The lanes in the result vector disabled by ``mask`` are ``poison``. The
21796-
elements past ``evl`` are poison.
21794+
This intrinsic population counts first ``evl`` elements actived by ``mask`` in a
21795+
vector.
2179721796

2179821797
.. _int_vp_load:
2179921798

0 commit comments

Comments
 (0)