mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 18:33:22 +00:00
6 lines
223 B
ArmAsm
6 lines
223 B
ArmAsm
|
// 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
|