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
/
LTO
/
ARM
/
Inputs
/
thumb.ll
blob
cb8c2dfa55857fa9aa89a0922e3f5b4bb4720b4f
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) #0 {
10
entry:
11
%add = add i32 %a, %b
12
ret i32 %add
13
}
14
15
attributes #0 = { "target-features"="+thumb-mode" }