repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readelf] - Report a warning when .hash section contains a chain with a cycle.
[llvm-complete.git]
/
test
/
tools
/
llvm-mca
/
X86
/
BtVer2
/
unsupported-instruction.s
blob
bb88e951c1298a837f3d140ed0b952e60c9a1133
1
# RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s 2>&1 | FileCheck %s
2
3
bzhi
%
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