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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
non-unique-sections.ll
blob
e588b9dda98d4f221e3c034e5a2853c3163993e1
1
; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -unique-section-names=false | FileCheck %s
2
3
; CHECK: .section .text,"ax",@progbits,unique
4
; CHECK-NOT: section
5
; CHECK: f:
6
define void @f() {
7
ret void
8
}
9
10
; CHECK: .section .text,"ax",@progbits,unique
11
; CHECK-NOT: section
12
; CHECK: g:
13
define void @g() {
14
ret void
15
}