r308176 - [OPENMP] Rework tests to pacify buildbots.
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 17 16:45:40 PDT 2017
Hi Galina, thanks for the info. Will fix them ASAP.
Best regards,
Alexey Bataev
17 июля 2017 г., в 18:24, Galina Kistanova <gkistanova at gmail.com<mailto:gkistanova at gmail.com>> написал(а):
Hello Alexey,
It looks like your resent commit broke couple of our builders:
http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast
Failing Tests (2):
Clang :: OpenMP/taskloop_reduction_codegen.cpp
Clang :: OpenMP/taskloop_simd_reduction_codegen.cpp
Please have a look?
Thanks
Galina
On Mon, Jul 17, 2017 at 7:06 AM, Alexey Bataev via cfe-commits <cfe-commits at lists.llvm.org<mailto:cfe-commits at lists.llvm.org>> wrote:
Author: abataev
Date: Mon Jul 17 07:06:41 2017
New Revision: 308176
URL: http://llvm.org/viewvc/llvm-project?rev=308176&view=rev
Log:
[OPENMP] Rework tests to pacify buildbots.
Modified:
cfe/trunk/test/OpenMP/taskloop_reduction_codegen.cpp
cfe/trunk/test/OpenMP/taskloop_simd_reduction_codegen.cpp
Modified: cfe/trunk/test/OpenMP/taskloop_reduction_codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/taskloop_reduction_codegen.cpp?rev=308176&r1=308175&r2=308176&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/taskloop_reduction_codegen.cpp (original)
+++ cfe/trunk/test/OpenMP/taskloop_reduction_codegen.cpp Mon Jul 17 07:06:41 2017
@@ -80,9 +80,7 @@ sum = 0.0;
// CHECK: [[DOTRD_INPUT_GEP_4:%.*]] = getelementptr inbounds [4 x %struct.kmp_task_red_input_t], [4 x %struct.kmp_task_red_input_t]* [[DOTRD_INPUT_]], i64 0, i64 1
// CHECK: [[TMP28:%.*]] = getelementptr inbounds [[STRUCT_KMP_TASK_RED_INPUT_T]], %struct.kmp_task_red_input_t* [[DOTRD_INPUT_GEP_4]], i32 0, i32 0
// CHECK: [[ARRAYIDX5:%.*]] = getelementptr inbounds [100 x %struct.S], [100 x %struct.S]* [[C]], i64 0, i64 0
-// CHECK: [[TMP29:%.*]] = load i32, i32* [[N]], align 4
-// CHECK: [[TMP30:%.*]] = sext i32 [[TMP29]] to i64
-// CHECK: [[LB_ADD_LEN:%.*]] = add nsw i64 -1, [[TMP30]]
+// CHECK: [[LB_ADD_LEN:%.*]] = add nsw i64 -1, %
// CHECK: [[ARRAYIDX6:%.*]] = getelementptr inbounds [100 x %struct.S], [100 x %struct.S]* [[C]], i64 0, i64 [[LB_ADD_LEN]]
// CHECK: [[TMP31:%.*]] = bitcast %struct.S* [[ARRAYIDX5]] to i8*
// CHECK: store i8* [[TMP31]], i8** [[TMP28]], align 8
Modified: cfe/trunk/test/OpenMP/taskloop_simd_reduction_codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/OpenMP/taskloop_simd_reduction_codegen.cpp?rev=308176&r1=308175&r2=308176&view=diff
==============================================================================
--- cfe/trunk/test/OpenMP/taskloop_simd_reduction_codegen.cpp (original)
+++ cfe/trunk/test/OpenMP/taskloop_simd_reduction_codegen.cpp Mon Jul 17 07:06:41 2017
@@ -80,9 +80,7 @@ sum = 0.0;
// CHECK: [[DOTRD_INPUT_GEP_4:%.*]] = getelementptr inbounds [4 x %struct.kmp_task_red_input_t], [4 x %struct.kmp_task_red_input_t]* [[DOTRD_INPUT_]], i64 0, i64 1
// CHECK: [[TMP28:%.*]] = getelementptr inbounds [[STRUCT_KMP_TASK_RED_INPUT_T]], %struct.kmp_task_red_input_t* [[DOTRD_INPUT_GEP_4]], i32 0, i32 0
// CHECK: [[ARRAYIDX5:%.*]] = getelementptr inbounds [100 x %struct.S], [100 x %struct.S]* [[C]], i64 0, i64 0
-// CHECK: [[TMP29:%.*]] = load i32, i32* [[N]], align 4
-// CHECK: [[TMP30:%.*]] = sext i32 [[TMP29]] to i64
-// CHECK: [[LB_ADD_LEN:%.*]] = add nsw i64 -1, [[TMP30]]
+// CHECK: [[LB_ADD_LEN:%.*]] = add nsw i64 -1, %
// CHECK: [[ARRAYIDX6:%.*]] = getelementptr inbounds [100 x %struct.S], [100 x %struct.S]* [[C]], i64 0, i64 [[LB_ADD_LEN]]
// CHECK: [[TMP31:%.*]] = bitcast %struct.S* [[ARRAYIDX5]] to i8*
// CHECK: store i8* [[TMP31]], i8** [[TMP28]], align 8
_______________________________________________
cfe-commits mailing list
cfe-commits at lists.llvm.org<mailto:cfe-commits at lists.llvm.org>
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170717/0cc65644/attachment.html>
More information about the cfe-commits
mailing list