repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LV] Add tests with outisde IV users where vector region can e removed.
[llvm-project.git]
/
llvm
/
test
/
MC
/
Mips
/
elf_st_other.s
blob
b9e19da073c5501922c095b4e5eb35fb8cfe1cef
1
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple mipsel-unknown-linux
%
s
-
o
-
| llvm-readobj
--
symbols
-
| FileCheck
%
s
2
3
4
.globl f1
5
.type f1, @function
6
.set micromips
7
f1
:
8
nop
9
10
.globl d1
11
.type d1, @object
12
d1
:
13
.word 42
14
15
.globl f2
16
.type f2, @function
17
.set nomicromips
18
f2
:
19
nop
20
21
//
CHECK-LABEL
:
Name
:
f1
22
//
CHECK
:
Other
[ (
0x80
)
23
//
CHECK-LABEL
:
Name
:
d1
24
//
CHECK
:
Other
:
0
25
//
CHECK-LABEL
:
Name
:
f2
26
//
CHECK
:
Other
:
0