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] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git]
/
test
/
Linker
/
pr27044.ll
blob
59e6c50bbfa523a11ca3df2d2e8e8ab1887f8e9b
1
; RUN: llvm-link -S %s %p/Inputs/pr27044.ll -o - | FileCheck %s
2
3
; CHECK: define i32 @f1() {
4
; CHECK: define i32 @g1() {
5
; CHECK: define void @f2() comdat($foo) {
6
; CHECK: define linkonce_odr i32 @g2() comdat($bar) {
7
8
define i32 @f1() {
9
ret i32 0
10
}
11
12
define i32 @g1() {
13
ret i32 0
14
}