blob: b57fe6d5314bd5c8af9c38ca0d7d311a5a87c239 (
plain)
1
2
3
4
5
|
// 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
|