1# RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
2
3bzhi %eax, %ebx, %ecx
4
5# CHECK: error: found an unsupported instruction in the input assembly sequence.
6# CHECK-NEXT: note: instruction: 	bzhil	%eax, %ebx, %ecx
7