[PATCH] D58868: [NVPTX][Codegen] fix typos in test file
Xing via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 22:46:32 PST 2019
Higuoxing created this revision.
Higuoxing added a reviewer: tra.
Herald added subscribers: llvm-commits, jholewinski.
Herald added a project: LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D58868
Files:
test/CodeGen/NVPTX/param-load-store.ll
Index: test/CodeGen/NVPTX/param-load-store.ll
===================================================================
--- test/CodeGen/NVPTX/param-load-store.ll
+++ test/CodeGen/NVPTX/param-load-store.ll
@@ -516,7 +516,7 @@
; CHECK-NEXT: test_v4i32,
; CHECK: ld.param.v4.b32 {[[RE0:%r[0-9]+]], [[RE1:%r[0-9]+]], [[RE2:%r[0-9]+]], [[RE3:%r[0-9]+]]}, [retval0+0];
; CHECK: st.param.v4.b32 [func_retval0+0], {[[RE0]], [[RE1]], [[RE2]], [[RE3]]}
-; CHCK-NEXT: ret;
+; CHECK-NEXT: ret;
define <4 x i32> @test_v4i32(<4 x i32> %a) {
%r = tail call <4 x i32> @test_v4i32(<4 x i32> %a);
ret <4 x i32> %r;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58868.189036.patch
Type: text/x-patch
Size: 632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190302/47ba048c/attachment.bin>
More information about the llvm-commits
mailing list