mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
AVX-512: asm parser errors check
I reverted the error check that was removed in 236416. I put the it in a separate file. llvm-svn: 237107
This commit is contained in:
parent
a975085c80
commit
b034efaea8
6
test/MC/X86/avx512-err.s
Normal file
6
test/MC/X86/avx512-err.s
Normal file
@ -0,0 +1,6 @@
|
||||
// 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}
|
||||
|
Loading…
Reference in New Issue
Block a user