projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3d8984
)
clang/test/CodeGenOpenCL/convergent.cl: Satisfy -Asserts with "opt -instnamer".
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 1 Nov 2016 20:08:17 +0000
(20:08 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 1 Nov 2016 20:08:17 +0000
(20:08 +0000)
llvm-svn: 285733
clang/test/CodeGenOpenCL/convergent.cl
patch
|
blob
|
history
diff --git
a/clang/test/CodeGenOpenCL/convergent.cl
b/clang/test/CodeGenOpenCL/convergent.cl
index d2ae31fb7414eb0cd1e0dcfe502e631110b5e945..c6bcb52a6d75055d4aeb46992575be616a62ebc3 100644
(file)
--- a/
clang/test/CodeGenOpenCL/convergent.cl
+++ b/
clang/test/CodeGenOpenCL/convergent.cl
@@
-1,4
+1,4
@@
-// RUN: %clang_cc1 -triple spir-unknown-unknown -emit-llvm %s -o - | FileCheck %s
+// RUN: %clang_cc1 -triple spir-unknown-unknown -emit-llvm %s -o - |
opt -instnamer -S |
FileCheck %s
void convfun(void) __attribute__((convergent));
void non_convfun(void);