You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
642 B
13 lines
642 B
4 months ago
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOCIVI --check-prefix=NOVI
|
||
|
// RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOSI --check-prefix=NOSICI
|
||
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOSI --check-prefix=NOSICI
|
||
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=bonaire -show-encoding %s 2>&1 | FileCheck %s --check-prefix=NOSICI
|
||
|
|
||
|
// NOSICI: error:
|
||
|
// NOVI: error: failed parsing operand
|
||
|
v_mov_b32 v0, v0 row_bcast:0
|
||
|
|
||
|
// NOSICI: error:
|
||
|
// NOVI: error: failed parsing operand
|
||
|
v_mov_b32 v0, v0 row_bcast:13
|