llvm-for-llvmta/test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.s

7 lines
250 B
ArmAsm
Raw Normal View History

2022-04-25 10:02:23 +02:00
# 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