diff options
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-07-09 18:10:06 +0000 |
---|---|---|
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | 2019-07-09 18:10:06 +0000 |
commit | 22b2c3d6511dcd903a08ebcf65689c59b164d419 (patch) | |
tree | 21c2511b0bfcb2645c14db3bf844a7feaac76942 /llvm/test/MC/AMDGPU | |
parent | 837ae69f8b9d8fbb0a53b9a58b85496fa1962ba5 (diff) | |
download | bcm5719-llvm-22b2c3d6511dcd903a08ebcf65689c59b164d419.tar.gz bcm5719-llvm-22b2c3d6511dcd903a08ebcf65689c59b164d419.zip |
[AMDGPU] gfx908 target
Differential Revision: https://reviews.llvm.org/D64429
llvm-svn: 365525
Diffstat (limited to 'llvm/test/MC/AMDGPU')
-rw-r--r-- | llvm/test/MC/AMDGPU/dl-insts.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/MC/AMDGPU/dl-insts.s b/llvm/test/MC/AMDGPU/dl-insts.s index 41de339800a..fee1566a351 100644 --- a/llvm/test/MC/AMDGPU/dl-insts.s +++ b/llvm/test/MC/AMDGPU/dl-insts.s @@ -1,4 +1,5 @@ // RUN: llvm-mc -arch=amdgcn -mcpu=gfx906 -show-encoding %s | FileCheck %s +// RUN: llvm-mc -arch=amdgcn -mcpu=gfx908 -show-encoding %s | FileCheck %s // // VOP2 Instructions. |