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:
786fc3d
)
[OPENMP, NVPTX] Small test fix, NFC.
author
Alexey Bataev
<a.bataev@hotmail.com>
Mon, 7 May 2018 17:38:13 +0000
(17:38 +0000)
committer
Alexey Bataev
<a.bataev@hotmail.com>
Mon, 7 May 2018 17:38:13 +0000
(17:38 +0000)
llvm-svn: 331654
clang/test/OpenMP/nvptx_parallel_codegen.cpp
patch
|
blob
|
history
diff --git
a/clang/test/OpenMP/nvptx_parallel_codegen.cpp
b/clang/test/OpenMP/nvptx_parallel_codegen.cpp
index
2366ee8
..
071b08d
100644
(file)
--- a/
clang/test/OpenMP/nvptx_parallel_codegen.cpp
+++ b/
clang/test/OpenMP/nvptx_parallel_codegen.cpp
@@
-317,8
+317,8
@@
int bar(int n){
// CHECK-LABEL: define internal void @{{.+}}(i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable{{.*}})
// CHECK: [[CC:%.+]] = alloca i32,
-// CHECK: [[TID:%.+]] = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
,
-// CHECK: [[NUM_THREADS:%.+]] = call i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
,
+// CHECK: [[TID:%.+]] = call i32 @llvm.nvvm.read.ptx.sreg.tid.x()
+// CHECK: [[NUM_THREADS:%.+]] = call i32 @llvm.nvvm.read.ptx.sreg.ntid.x()
// CHECK: store i32 0, i32* [[CC]],
// CHECK: br label