mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
b034efaea8
I reverted the error check that was removed in 236416. I put the it in a separate file. llvm-svn: 237107
7 lines
233 B
ArmAsm
7 lines
233 B
ArmAsm
// RUN: not llvm-mc -triple x86_64-unknown-unknown -mcpu=knl -mattr=+avx512dq --show-encoding %s 2> %t.err
|
|
// RUN: FileCheck --check-prefix=ERR < %t.err %s
|
|
|
|
// ERR: invalid operand for instruction
|
|
vpcmpd $1, %zmm24, %zmm7, %k5{%k0}
|
|
|