mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 10:08:03 +00:00
e525b474ef
Leftover from before amdgcn/r600 split. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310277 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
370 B
ArmAsm
9 lines
370 B
ArmAsm
// RUN: not llvm-mc -arch=amdgcn -show-encoding %s 2>&1 | FileCheck %s
|
|
// RUN: not llvm-mc -arch=amdgcn -mcpu=tahiti -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
|