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

            Bug ID: 35329
           Summary: [AMDGPU][MC][GFX9] FLAT/GLOBAL/SCRATCH instructions
                    should use 'inst_offset' instead of 'offset'
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AMDGPU
          Assignee: unassignedb...@nondot.org
          Reporter: dpreobrazhen...@luxoft.com
                CC: llvm-bugs@lists.llvm.org

AMDGPU assembler should preserve compatibility with sp3.

It is weird, but sp3 uses 'inst_offset' modifier instead of 'offset' for
FLAT/GLOBAL/SCRATCH instructions.

Current assembler implementation uses 'offset' modifier. This should be
corrected. 'offset' may be defined as an alias for 'inst_offset'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to