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-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git]
/
test
/
MC
/
ARM
/
bracket-exprs.s
blob
74f3323cd2d527fd70157b409a7fde4396e9d583
1
//
RUN
:
llvm-mc
-
triple arm-unknown-linux
%
s | FileCheck
%
s
2
3
//
CHECK
:
.byte 1
4
.if [~0 >> 63] == 1
5
.byte 1
6
.else
7
.byte 2
8
.endif
9
10
//
CHECK
:
.byte 3
11
.if 4 * [4 + (3 + [2 * 2] + 1)] == 48
12
.byte 3
13
.else
14
.byte 4
15
.endif