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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGenOpenCL
/
norecurse.cl
blob
d976b8cd6114f5b345a462d5ef55da57cd24c789
1
//
RUN
:
%clang_cc1 -O0 -emit-llvm -o - %s | FileCheck %s
2
3
kernel void kernel1
(
int
a
) {}
4
//
CHECK
:
define
{{
.
*}}@
kernel1
{{
.
*}}#[[
ATTR
:[
0
-
9
]*]]
5
6
//
CHECK
:
attributes
#[
[ATTR]] = {{.*}}norecurse