<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [AMDGPU][MC][DOC] Inconsistent type names for signed integer"
href="https://bugs.llvm.org/show_bug.cgi?id=48638">48638</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[AMDGPU][MC][DOC] Inconsistent type names for signed integer
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Backend: AMDGPU
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dpreobrazhensky@luxoft.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>AMDGPU assembler documentation uses both 's' and 'i' symbols to refer signed
integer types - see <a href="https://llvm.org/docs/AMDGPU/AMDGPUAsmGFX10.html">https://llvm.org/docs/AMDGPU/AMDGPUAsmGFX10.html</a>
For example, 32-bit signed integers are referred to as 's32':
global_atomic_smax vdst:opt:s32, vaddr, vdata:s32, saddr offset12s glc slc
On the other hand, 'i16' is used to refer 16-bit signed integers:
v_ldexp_f16_e64 vdst, src0:m, src1:i16 clamp
Documentations should use 'i' for signed integer types to match notation
employed for instruction suffices.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>