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
314 B
9 lines
314 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
|
||
|
|
||
|
v_add_f32_e64 v0, v1
|
||
|
// CHECK: error: too few operands for instruction
|
||
|
|
||
|
v_div_scale_f32 v24, vcc, v22, 1.1, v22
|
||
|
// CHECK: error: invalid operand for instruction
|