OSDN Git Service

[AMDGPU][MC] Fixed bugs in export instruction
authorDmitry Preobrazhensky <dmitry.preobrazhensky@amd.com>
Fri, 19 May 2017 13:36:09 +0000 (13:36 +0000)
committerDmitry Preobrazhensky <dmitry.preobrazhensky@amd.com>
Fri, 19 May 2017 13:36:09 +0000 (13:36 +0000)
commitede5ffa4d3a2e41c7aa71d913e83096ad8fb176a
tree15b8580e5a423720955de83e8122c76571c3c872
parent95bb5cd8a23838ad49acb320b2fa444cde635240
[AMDGPU][MC] Fixed bugs in export instruction

See Bugs 33019, 33056:
  https://bugs.llvm.org//show_bug.cgi?id=33019
  https://bugs.llvm.org//show_bug.cgi?id=33056

Reviewers: artem.tamazov, vpykhtin

Differential Revision: https://reviews.llvm.org/D33288

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303423 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
lib/Target/AMDGPU/SIInstrFormats.td
test/MC/AMDGPU/exp.s
test/MC/Disassembler/AMDGPU/exp_vi.txt [new file with mode: 0644]