llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-debian` running on `gribozavr4` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/16/builds/10951 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test-build-unified-tree-check-all) failure: test (failure) ******************** TEST 'LLVM :: Transforms/PhaseOrdering/X86/excessive-unrolling.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 2: /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/opt -passes='default<O3>' -unroll-runtime -S /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll | /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/FileCheck /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll + /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/FileCheck /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll + /b/1/llvm-clang-x86_64-expensive-checks-debian/build/bin/opt '-passes=default<O3>' -unroll-runtime -S /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll:182:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: [[TMP0:%.*]] = getelementptr inbounds [58 x double], ptr @b, i64 0, i64 [[INDEX]] ^ <stdin>:156:67: note: scanning from here %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] ^ <stdin>:156:67: note: with "INDEX" equal to "%index" %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] ^ <stdin>:157:2: note: possible intended match here %0 = getelementptr inbounds nuw [58 x double], ptr @b, i64 0, i64 %index ^ Input file: <stdin> Check file: /b/1/llvm-clang-x86_64-expensive-checks-debian/llvm-project/llvm/test/Transforms/PhaseOrdering/X86/excessive-unrolling.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 151: vector.ph: ; preds = %for.body.preheader 152: %n.vec = and i64 %wide.trip.count, 2147483644 153: br label %vector.body 154: 155: vector.body: ; preds = %vector.body, %vector.ph 156: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] next:182'0 X error: no match found next:182'1 with "INDEX" equal to "%index" 157: %0 = getelementptr inbounds nuw [58 x double], ptr @b, i64 0, i64 %index next:182'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ next:182'2 ? possible intended match 158: %1 = getelementptr inbounds nuw i8, ptr %0, i64 16 next:182'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 159: %wide.load = load <2 x double>, ptr %0, align 16 next:182'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 160: %wide.load4 = load <2 x double>, ptr %1, align 16 next:182'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 161: %2 = getelementptr inbounds nuw [58 x double], ptr @c, i64 0, i64 %index next:182'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ... ``` </details> https://github.com/llvm/llvm-project/pull/120460 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits