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:520: 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:520: 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:520: 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:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 59317 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. FAIL: LLVM :: Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll (33825 of 59317) ******************** TEST 'LLVM :: Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -passes='print' -disable-output /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll # RUN: at line 2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt '-passes=print' -disable-output /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll:48:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop ^ :18:7: note: scanning from here loop: ^ /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll:86:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop ^ :33:7: note: scanning from here loop: ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 13: Non vectorizable stores to invariant address were not found in loop. 14: SCEV assumptions: 15: 16: Expressions re-written: 17: Printing analysis 'Loop Access Analysis' for function 'different_non_constant_strides_known_backward_distance_larger_than_trip_count': 18: loop: next:48 X error: no match found 19: Memory dependences are safe with a maximum safe vector width of 4096 bits next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20: Dependences: next:48 ~~~~~~~~~~~~~~ 21: BackwardVectorizable: next:48 ~~~~~~~~~~~~~~~~~~~~~~~ 22: %l = load i32, ptr %gep, align 4 -> next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: store i32 %add, ptr %gep.mul.2, align 4 next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . 28: Non vectorizable stores to invariant address were not found in loop. next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 29: SCEV assumptions: next:48 ~~~~~~~~~~~~~~~~~~~ 30: next:48 ~ 31: Expressions re-written: next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~ 32: Printing analysis 'Loop Access Analysis' for function 'different_non_constant_strides_known_backward_min_distance_16': next:48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 33: loop: next:86 X error: no match found 34: Memory dependences are safe with a maximum safe vector width of 64 bits next:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35: Dependences: next:86 ~~~~~~~~~~~~~~ 36: BackwardVectorizable: next:86 ~~~~~~~~~~~~~~~~~~~~~~~ 37: %l = load i32, ptr %gep, align 4 -> next:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 38: store i32 %add, ptr %gep.mul.2, align 4 next:86 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90 FAIL: LLVM :: Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll (40620 of 59317) ******************** TEST 'LLVM :: Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -passes='print' -disable-output /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll # RUN: at line 2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt '-passes=print' -disable-output /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll:112:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop ^ :39:7: note: scanning from here loop: ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 34: Non vectorizable stores to invariant address were not found in loop. 35: SCEV assumptions: 36: 37: Expressions re-written: 38: Printing analysis 'Loop Access Analysis' for function 'unknown_dep_not_known_safe_due_to_backedge_taken_count': 39: loop: next:112 X error: no match found 40: Memory dependences are safe with a maximum safe vector width of 8160 bits next:112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 41: Dependences: next:112 ~~~~~~~~~~~~~~ 42: BackwardVectorizable: next:112 ~~~~~~~~~~~~~~~~~~~~~~~ 43: %l = load i32, ptr %gep, align 4 -> next:112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 44: store i32 %add, ptr %gep.mul.2, align 4 next:112 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (2): LLVM :: Analysis/LoopAccessAnalysis/different-strides-safe-dep-due-to-backedge-taken-count.ll LLVM :: Analysis/LoopAccessAnalysis/non-constant-strides-backward.ll Testing Time: 175.51s Total Discovered Tests: 65394 Skipped : 16 (0.02%) Unsupported : 2191 (3.35%) Passed : 63013 (96.36%) Expectedly Failed: 172 (0.26%) Failed : 2 (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.