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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Linker
/
Inputs
/
thumb.ll
blob
e15fb26a8c7e16c6d89c9d40f13c6aa89979898b
1
target triple = "thumbv7-linux-gnueabihf"
2
3
define i32 @foo(i32 %a, i32 %b) #0 {
4
entry:
5
%add = add i32 %a, %b
6
ret i32 %add
7
}
8
9
define i32 @bar(i32 %a, i32 %b) #1 {
10
entry:
11
%add = add i32 %a, %b
12
ret i32 %add
13
}
14
15
attributes #0 = { "target-features"="-thumb-mode" }
16
attributes #1 = { "target-features"="+thumb-mode" }