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.
9 lines
366 B
9 lines
366 B
4 months ago
|
// RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s
|
||
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=SI -show-encoding %s 2>&1 | FileCheck %s
|
||
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=tonga -show-encoding %s 2>&1 | FileCheck %s
|
||
|
|
||
|
// Force 32-bit encoding with non-vcc result
|
||
|
|
||
|
v_cmp_lt_f32_e32 s[0:1], v2, v4
|
||
|
// CHECK: 18: error: invalid operand for instruction
|