[PATCH] D70820: [OpenMP][test] Fix test on MIPS-based buildbots
Miloš Stojanović via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 06:16:25 PST 2019
mstojanovic created this revision.
mstojanovic added reviewers: ABataev, petarj.
Herald added subscribers: atanasyan, guansong, arichardson, sdardis.
Herald added a reviewer: jdoerfert.
On MIPS `zeroext` or `signext` can appear in the output.
https://reviews.llvm.org/D70820
Files:
clang/test/OpenMP/parallel_codegen.cpp
Index: clang/test/OpenMP/parallel_codegen.cpp
===================================================================
--- clang/test/OpenMP/parallel_codegen.cpp
+++ clang/test/OpenMP/parallel_codegen.cpp
@@ -109,7 +109,7 @@
// CHECK-DEBUG-NEXT: ret i32 0
// CHECK-DEBUG-NEXT: }
-// CHECK: define internal {{.*}}void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i8*** dereferenceable({{4|8}}) %argc, i{{64|32}} %{{.+}})
+// CHECK: define internal {{.*}}void [[OMP_OUTLINED]](i32* noalias %.global_tid., i32* noalias %.bound_tid., i8*** dereferenceable({{4|8}}) %argc, i{{64|32}}{{.*}} %{{.+}})
// CHECK: store i8*** %argc, i8**** [[ARGC_PTR_ADDR:%.+]],
// CHECK: [[ARGC_REF:%.+]] = load i8***, i8**** [[ARGC_PTR_ADDR]]
// CHECK: [[ARGC:%.+]] = load i8**, i8*** [[ARGC_REF]]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70820.231420.patch
Type: text/x-patch
Size: 835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/ee138202/attachment.bin>
More information about the llvm-commits
mailing list