ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:527: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 61011 tests, 64 workers -- Testing: FAIL: LLVM :: Transforms/LoopVectorize/single-early-exit-interleave-only.ll (1 of 61011) ******************** TEST 'LLVM :: Transforms/LoopVectorize/single-early-exit-interleave-only.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -p loop-vectorize -force-vector-width=1 -force-vector-interleave=2 -S /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll # RUN: at line 2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -p loop-vectorize -force-vector-width=1 -force-vector-interleave=2 -S /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll:22:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: [[TMP5:%.*]] = icmp eq i8 [[TMP3]], 0 ^ :18:20: note: scanning from here %4 = and i8 %2, %g ^ :18:20: note: with "TMP3" equal to "%3" %4 = and i8 %2, %g ^ :43:2: note: possible intended match here %c = icmp eq i8 %a, 0 ^ /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll:91:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: [[TMP5:%.*]] = icmp eq i32 [[TMP3]], 0 ^ :71:32: note: scanning from here %4 = load i32, ptr %2, align 4 ^ :71:32: note: with "TMP3" equal to "%3" %4 = load i32, ptr %2, align 4 ^ :96:2: note: possible intended match here %c = icmp eq i32 %l, 0 ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 13: %offset.idx = trunc i32 %index to i8 14: %0 = add i8 %offset.idx, 1 15: %1 = shl nuw i8 1, %offset.idx 16: %2 = shl nuw i8 1, %0 17: %3 = and i8 %1, %g 18: %4 = and i8 %2, %g next:22'0 X error: no match found next:22'1 with "TMP3" equal to "%3" 19: %5 = icmp ne i8 %3, 0 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~ 20: %6 = icmp ne i8 %4, 0 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~ 21: %index.next = add nuw i32 %index, 2 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22: %7 = or i1 %5, %6 next:22'0 ~~~~~~~~~~~~~~~~~~~ 23: %8 = icmp eq i32 %index.next, 4 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 38: next:22'0 ~ 39: loop.header: ; preds = %scalar.ph, %loop.latch next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40: %iv = phi i8 [ 0, %scalar.ph ], [ %iv.next, %loop.latch ] next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: %s = shl nuw i8 1, %iv next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~ 42: %a = and i8 %s, %g next:22'0 ~~~~~~~~~~~~~~~~~~~~ 43: %c = icmp eq i8 %a, 0 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~ next:22'2 ? possible intended match 44: br i1 %c, label %loop.latch, label %return next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45: next:22'0 ~ 46: loop.latch: ; preds = %loop.header next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47: %iv.next = add nuw nsw i8 %iv, 1 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 48: %ec = icmp eq i8 %iv.next, 4 next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 66: %index = phi i32 [ 0, %vector.ph ], [ %index.next, %vector.body ] 67: %0 = add i32 %index, 1 68: %1 = getelementptr inbounds i32, ptr %src, i32 %index 69: %2 = getelementptr inbounds i32, ptr %src, i32 %0 70: %3 = load i32, ptr %1, align 4 71: %4 = load i32, ptr %2, align 4 next:91'0 X error: no match found next:91'1 with "TMP3" equal to "%3" 72: %5 = icmp ne i32 %3, 0 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~ 73: %6 = icmp ne i32 %4, 0 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~ 74: %index.next = add nuw i32 %index, 2 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 75: %7 = or i1 %5, %6 next:91'0 ~~~~~~~~~~~~~~~~~~~ 76: %8 = icmp eq i32 %index.next, 32 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 91: next:91'0 ~ 92: loop.header: ; preds = %scalar.ph, %loop.latch next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 93: %iv = phi i32 [ 0, %scalar.ph ], [ %iv.next, %loop.latch ] next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: %gep = getelementptr inbounds i32, ptr %src, i32 %iv next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: %l = load i32, ptr %gep, align 4 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96: %c = icmp eq i32 %l, 0 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~ next:91'2 ? possible intended match 97: br i1 %c, label %loop.latch, label %return next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 98: next:91'0 ~ 99: loop.latch: ; preds = %loop.header next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 100: %iv.next = add nuw nsw i32 %iv, 1 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 101: %ec = icmp eq i32 %iv.next, 32 next:91'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): LLVM :: Transforms/LoopVectorize/single-early-exit-interleave-only.ll Testing Time: 152.54s Total Discovered Tests: 68526 Skipped : 16 (0.02%) Unsupported : 2382 (3.48%) Passed : 65956 (96.25%) Passed With Retry: 1 (0.00%) Expectedly Failed: 170 (0.25%) Failed : 1 (0.00%) FAILED: gen/llvm/test/run-lit python3 bin/llvm-lit -sv ../../llvm/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-llvm']' returned non-zero exit status 1.