repo.or.cz
/
llvm-core.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-core.git]
/
test
/
tools
/
llvm-objdump
/
X86
/
macho-symbolized-subtractor-i386.test
blob
a0f753bdb7ad7a001788073baeedad43c4364e80
1
# RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -d - | FileCheck %s
2
3
nop
4
x:
5
leal x-y(%eax), %ebx
6
.data
7
y:
8
.quad 0
9
10
# CHECK: leal x-y(%eax), %ebx