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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
non-global-value-max-name-size.ll
blob
4536ce20568621eb94aa43b6e9781c025649ee79
1
; RUN: opt < %s -S -non-global-value-max-name-size=4
2
; Test that local value name lookup works if the name is capped
3
4
define void @f() {
5
bb0:
6
br label %testz
7
8
testz:
9
br label %testz
10
}