Mercurial > hg > CbC > CbC_llvm
view test/MC/AMDGPU/ds-err.s @ 111:3e4d254d74d9
resolve some warnings
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2016 19:38:53 +0900 |
parents | afa8332a0e37 |
children | 1172e4bd9c6f |
line wrap: on
line source
// RUN: not llvm-mc -arch=amdgcn %s 2>&1 | FileCheck %s // RUN: not llvm-mc -arch=amdgcn -mcpu=SI %s 2>&1 | FileCheck %s // offset too big // CHECK: invalid operand for instruction ds_add_u32 v2, v4 offset:1000000000 // offset0 twice // CHECK: error: not a valid operand. ds_write2_b32 v2, v4, v6 offset0:4 offset0:8 // offset1 twice // CHECK: error: not a valid operand. ds_write2_b32 v2, v4, v6 offset1:4 offset1:8 // offset0 too big // CHECK: invalid operand for instruction ds_write2_b32 v2, v4, v6 offset0:1000000000 // offset1 too big // CHECK: invalid operand for instruction ds_write2_b32 v2, v4, v6 offset1:1000000000