[llvm] [VPlan] Introduce m_Cmp; match more compares (PR #154771)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 24 05:41:33 PDT 2025
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/26009
<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/single-early-exit-interleave-only.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/opt -p loop-vectorize -force-vector-width=1 -force-vector-interleave=2 -S /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll | /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll # RUN: at line 2
+ /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/opt -p loop-vectorize -force-vector-width=1 -force-vector-interleave=2 -S /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
+ /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
[1m/Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll:22:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[TMP5:%.*]] = icmp eq i8 [[TMP3]], 0
[0;1;32m ^
[0m[1m<stdin>:18:20: [0m[0;1;30mnote: [0m[1mscanning from here
[0m %4 = and i8 %2, %g
[0;1;32m ^
[0m[1m<stdin>:18:20: [0m[0;1;30mnote: [0m[1mwith "TMP3" equal to "%3"
[0m %4 = and i8 %2, %g
[0;1;32m ^
[0m[1m<stdin>:43:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %c = icmp eq i8 %a, 0
[0;1;32m ^
[0m[1m/Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll:91:15: [0m[0;1;31merror: [0m[1mCHECK-NEXT: expected string not found in input
[0m; CHECK-NEXT: [[TMP5:%.*]] = icmp eq i32 [[TMP3]], 0
[0;1;32m ^
[0m[1m<stdin>:71:32: [0m[0;1;30mnote: [0m[1mscanning from here
[0m %4 = load i32, ptr %2, align 4
[0;1;32m ^
[0m[1m<stdin>:71:32: [0m[0;1;30mnote: [0m[1mwith "TMP3" equal to "%3"
[0m %4 = load i32, ptr %2, align 4
[0;1;32m ^
[0m[1m<stdin>:96:2: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m %c = icmp eq i32 %l, 0
[0;1;32m ^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46m; ModuleID = '/Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll' [0m
[0;1;30m 2: [0m[1m[0;1;46msource_filename = "/Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll" [0m
[0;1;30m 3: [0m[1m[0;1;46m [0m
[0;1;30m 4: [0m[1m[0;1;46m[0mdefine i8 @iv_used_in_exit_with_math(i8 noundef %g) {[0;1;46m [0m
[0;1;32mlabel:8'0 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32mlabel:8'1 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;32msame:9'0 ^~~~~~~~~~~~~~~~
[0m[0;1;32msame:9'1 ^~ captured var "G"
[0m[0;1;30m 5: [0m[1m[0;1;46m[0mentry:[0;1;46m [0m
[0;1;32mnext:10'0 ^~~~~~
...
```
</details>
https://github.com/llvm/llvm-project/pull/154771
More information about the llvm-commits
mailing list