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
[AMDGPU] Add True16 register classes.
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
FunctionImport
/
Inputs
/
noinline.ll
blob
0858d9c91b9021cc9ad02ee836414fd86f2871e2
1
define void @foo(ptr %v) #0 {
2
entry:
3
%v.addr = alloca ptr, align 8
4
store ptr %v, ptr %v.addr, align 8
5
ret void
6
}
7
8
attributes #0 = { noinline }