OSDN Git Service

[AMDGPU][mc] Add support for absolute expressions in DPP modifiers.
authorArtem Tamazov <artem.tamazov@amd.com>
Thu, 22 Sep 2016 11:47:21 +0000 (11:47 +0000)
committerArtem Tamazov <artem.tamazov@amd.com>
Thu, 22 Sep 2016 11:47:21 +0000 (11:47 +0000)
commitc228fe8466f0558ae2b5db1f24b78f6662e77198
treee22ddd0f703109a44944dbf9531a08bca20bfa23
parent11508f061409c402937bcc1f7ced163a93910884
[AMDGPU][mc] Add support for absolute expressions in DPP modifiers.

Also added range checking for DPP attributes.
Assembler tests added as well.

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

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