mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237107 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		
							
								
								
									
										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} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user