diff options
author | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2017-02-21 18:07:07 +0000 |
---|---|---|
committer | Dmitry Preobrazhensky <dmitry.preobrazhensky@amd.com> | 2017-02-21 18:07:07 +0000 |
commit | e6e205344e49fa717ef6b88de58bfef5a8848e49 (patch) | |
tree | 20dd7c456108a38fa6a842816f9bf60bc64252f5 /llvm/test | |
parent | 8eb515d8c43806da41307d8f32fd9fae6c2f7b05 (diff) | |
download | bcm5719-llvm-e6e205344e49fa717ef6b88de58bfef5a8848e49.tar.gz bcm5719-llvm-e6e205344e49fa717ef6b88de58bfef5a8848e49.zip |
Test commit
llvm-svn: 295740
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/MC/AMDGPU/gfx7_asm_all.s | 2 | ||||
-rw-r--r-- | llvm/test/MC/AMDGPU/gfx8_asm_all.s | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/MC/AMDGPU/gfx7_asm_all.s b/llvm/test/MC/AMDGPU/gfx7_asm_all.s index e43d7c86811..9fe51c7d759 100644 --- a/llvm/test/MC/AMDGPU/gfx7_asm_all.s +++ b/llvm/test/MC/AMDGPU/gfx7_asm_all.s @@ -1,5 +1,7 @@ // RUN: llvm-mc -arch=amdgcn -mcpu=bonaire -show-encoding %s | FileCheck %s +// *** GENERATED BY TESTGEN, DO NOT EDIT! *** + ds_add_u32 v0, v0 offset:65535 // CHECK: [0xff,0xff,0x00,0xd8,0x00,0x00,0x00,0x00] diff --git a/llvm/test/MC/AMDGPU/gfx8_asm_all.s b/llvm/test/MC/AMDGPU/gfx8_asm_all.s index fcf6e29acfd..fd6ec4459c4 100644 --- a/llvm/test/MC/AMDGPU/gfx8_asm_all.s +++ b/llvm/test/MC/AMDGPU/gfx8_asm_all.s @@ -1,5 +1,7 @@ // RUN: llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s | FileCheck %s +// *** GENERATED BY TESTGEN, DO NOT EDIT! *** + ds_add_u32 v0, v0 offset:65535 // CHECK: [0xff,0xff,0x00,0xd8,0x00,0x00,0x00,0x00] |