[llvm-bugs] [Bug 36572] New: [AMDGPU][MC][DOC] Lack of detailed AMDGPU assembler documentation

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 2 08:30:55 PST 2018


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

            Bug ID: 36572
           Summary: [AMDGPU][MC][DOC] Lack of detailed AMDGPU assembler
                    documentation
           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

AMDGPU assembler documentation lacks detailed description of instruction
syntax. The following information should be provided for each instruction:

- which operands are accepted:
  - possible kinds for each operand (SGPRs/VGPRs/Constants/Literals/etc);
  - the size of each register operand;
- which modifiers are accepted;
- allowed values of each modifier;
- the order of operands and modifiers.

-- 
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/20180302/77c95c2a/attachment.html>


More information about the llvm-bugs mailing list