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
/
ARM
/
cmp-immediate-fixup.s
blob
e21d5c20ccda49ae7f0119519e82766c1ee94dea
1
@ PR18931
2
@ RUN
:
llvm-mc
< %
s
-
triple
=
arm-linux-gnueabi
-
filetype
=
obj
-
o
-
\
3
@ RUN
:
| llvm-objdump
--
disassemble
-
arch
=
arm
-
| FileCheck
%
s
4
5
.text
6
@ CHECK
:
cmp
r2
,
#1
7
cmp
r2
,
#(l2 - l1 + 4) >> 2
8
l1
:
9
l2
: