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
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
ARM
/
inst-overflow.s
blob
133d53f74307bdee6fe28e61915eca17a1539098
1
@ RUN
:
not
llvm-mc
%
s
-
triple armv7-linux-gnueabi
-
filetype asm
-
o
-
2
>&
1
\
2
@ RUN
:
| FileCheck
-
check-prefix CHECK-ERROR
%
s
3
4
.syntax unified
5
.arm
6
7
.align 2
8
.global constant_overflow
9
.type constant_overflow,%function
10
constant_overflow
:
11
.inst 1 << 32
12
@ CHECK-ERROR
:
inst operand is too big
13
14