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
[docs] Update HowToReleaseLLVM documentation.
[llvm-project.git]
/
libclc
/
test
/
as_type.cl
blob
e8fb1228d28d111f098ee3afa918504dcccb504b
1
__kernel void foo
(
int4
*
x
,
float4
*
y
) {
2
*
x
=
as_int4
(*
y
)
;
3
}