Skip to content

Commit 55d512b

Browse files
committed
Add additional description to overview
1 parent 1e06e41 commit 55d512b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/LangRef.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11210,6 +11210,10 @@ Overview:
1121011210

1121111211
The '``zext``' instruction zero extends its operand to type ``ty2``.
1121211212

11213+
The ``nneg`` (non-negative) flag, if present, specifies that the operand is
11214+
non-negative. This property may be used by optimization passes to later
11215+
convert the ``zext`` into a ``sext``.
11216+
1121311217
Arguments:
1121411218
""""""""""
1121511219

0 commit comments

Comments
 (0)