<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 - [mc] Disassembler appends "_e64" for many VI opcodes like v_bfm_b32"
   href="https://bugs.llvm.org/show_bug.cgi?id=32936">32936</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[mc] Disassembler appends "_e64" for many VI opcodes like v_bfm_b32
          </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>All
          </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>In VI these instructions can only be encoded using VOP3 format (VOP2/VOP3 in
CI). However disassembler appends "_e64" suffix which is misleading for VI ISA.

Full list of opcodes affected by this issue:

  v_bcnt_u32_b32
  v_bfm_b32
  v_cvt_pk_i16_i32
  v_cvt_pk_u16_u32
  v_cvt_pkaccum_u8_f32
  v_cvt_pknorm_i16_f32
  v_cvt_pknorm_u16_f32
  v_cvt_pkrtz_f16_f32
  v_ldexp_f32
  v_mbcnt_hi_u32_b32
  v_mbcnt_lo_u32_b32</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>