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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
MC
/
X86
/
AlignedBundling
/
lock-without-bundle-mode-error.s
blob
2f716544b15421b71d19db5b894fb835b3d5b9a8
1
# RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
2
3
# .bundle_lock can't come without a .bundle_align_mode before it
4
5
# CHECK: ERROR: .bundle_lock forbidden when bundling is disabled
6
7
imull $
17
, %
ebx
, %
ebp
8
.bundle_lock
9
10