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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Index
/
cxx.cl
blob
997d4288669f51b260b52e3caaba6dde8c8173fe
1
//
C
++
for OpenCL specific logic.
2
void test
(
int
*
ptr
) {
3
addrspace_cast
<
__global int
*>(
ptr
)
;
4
}
5
6
//
RUN
:
c-index-test -test-load-source all %s -cl-std
=
clc
++
-target spir | FileCheck %s
7
//
CHECK
:
cxx.cl
:
3
:
3
:
CXXAddrspaceCastExpr