[llvm-bugs] [Bug 32936] New: [mc] Disassembler appends "_e64" for many VI opcodes like v_bfm_b32

via llvm-bugs llvm-bugs at lists.llvm.org
Fri May 5 03:44:20 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32936

            Bug ID: 32936
           Summary: [mc] Disassembler appends "_e64" for many VI opcodes
                    like v_bfm_b32
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AMDGPU
          Assignee: unassignedbugs at nondot.org
          Reporter: dpreobrazhensky at luxoft.com
                CC: llvm-bugs at lists.llvm.org

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170505/7f0e2b42/attachment.html>


More information about the llvm-bugs mailing list