Skip to content

Commit ade9a39

Browse files
committed
Feedback, documentation modifications
1 parent 9f8d4af commit ade9a39

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

llvm/docs/AMDGPUUsage.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,15 +1543,16 @@ As part of the AMDGPU MC layer, AMDGPU provides the following target specific
15431543
.. table:: AMDGPU MCExpr types:
15441544
:name: amdgpu-mcexpr-table
15451545

1546-
=================== ======================================================================
1547-
AMDGPU MCExpr Description
1548-
=================== ======================================================================
1549-
``max(arg, ...)`` Variadic operation that returns maximum value of all its arguments.
1546+
=================== ================= ========================================================
1547+
MCExpr Operands Return value
1548+
=================== ================= ========================================================
1549+
``max(arg, ...)`` 1 or more Variadic signed operation that returns the maximum
1550+
value of all its arguments.
15501551

1551-
``or(arg, ...)`` Variadic operation that returns the bitwise-or result of all its
1552-
arguments.
1552+
``or(arg, ...)`` 1 or more Variadic signed operation that returns the bitwise-or
1553+
result of all its arguments.
15531554

1554-
=================== ======================================================================
1555+
=================== ================= ========================================================
15551556

15561557
.. _amdgpu-elf-code-object:
15571558

0 commit comments

Comments
 (0)