mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
95081f5241
We can now force e64 encoding even when the operands would be legal for e32 encoding. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235626 91177308-0d34-0410-b5e6-96231b3b80d8
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
|