[llvm] [LoopVectorize] Enable more early exit vectorisation tests (PR #117008)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 01:45:17 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-5` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/11593
<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/LoopVectorize/AArch64/simple_early_exit.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -S < /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll -p loop-vectorize -enable-early-exit-vectorization | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll --check-prefixes=CHECK
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll --check-prefixes=CHECK
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -S -p loop-vectorize -enable-early-exit-vectorization
[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll:304:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[TMP14:%.*]] = xor <4 x i1> [[TMP13]], splat (i1 true)
[0;1;32m ^
[0m[1m<stdin>:180:49: [0m[0;1;30mnote: [0m[1mscanning from here
[0m %13 = icmp eq <4 x i32> %wide.load, %wide.load2
[0;1;32m ^
[0m[1m<stdin>:180:49: [0m[0;1;30mnote: [0m[1mwith "TMP13" equal to "%13"
[0m %13 = icmp eq <4 x i32> %wide.load, %wide.load2
[0;1;32m ^
[0m[1m<stdin>:182:33: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %14 = call i1 @llvm.vector.reduce.or.v4i1(<4 x i1> %13)
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll:422:12: [0m[0;1;31merror: [0m[1mundefined variable: LOOP0
[0m; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll:422:35: [0m[0;1;31merror: [0m[1mundefined variable: LOOP0
[0m; CHECK: [[LOOP0]] = distinct !{[[LOOP0]], [[META1:![0-9]+]], [[META2:![0-9]+]]}
[0;1;32m ^
[0m[1m<stdin>:267:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m!0 = distinct !{!0, !1, !2}
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m; ModuleID = '<stdin>' [0m
[0;1;30m 2: [0m[1m[0;1;46msource_filename = "<stdin>" [0m
[0;1;30m 3: [0m[1m[0;1;46mtarget datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32" [0m
[0;1;30m 4: [0m[1m[0;1;46mtarget triple = "aarch64-unknown-linux-gnu" [0m
[0;1;30m 5: [0m[1m[0;1;46m [0m
[0;1;30m 6: [0m[1m[0;1;46m%my.struct = type { i8, i8 } [0m
[0;1;30m 7: [0m[1m[0;1;46m [0m
[0;1;30m 8: [0m[1m[0;1;46mdeclare void @init_mem(ptr, i64) [0m
[0;1;30m 9: [0m[1m[0;1;46m [0m
[0;1;30m 10: [0m[1m[0;1;46m; Function Attrs: vscale_range(1,16) [0m
[0;1;30m 11: [0m[1m[0;1;46m[0mdefine i64 @same_exit_block_pre_inc_use1() #0 {[0;1;46m [0m
[0;1;32mlabel:9'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:9'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/117008
More information about the llvm-commits
mailing list