summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.s
blob: bb88e951c1298a837f3d140ed0b952e60c9a1133 (plain)
1
2
3
4
5
6
# RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s

bzhi %eax, %ebx, %ecx

# CHECK: error: found an unsupported instruction in the input assembly sequence.
# CHECK-NEXT: note: instruction: 	bzhil	%eax, %ebx, %ecx
OpenPOWER on IntegriCloud