[llvm] [instcombine] Extend logical reduction canonicalization to scalable vectors (PR #99366)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 17 14:44:42 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `llvm` at step 8 "Add check check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/2359
Here is the relevant piece of the build log for the reference:
```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: Analysis/StructuralHash/structural-hash-printer.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/opt -passes='print<structural-hash>' -disable-output /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/opt '-passes=print<structural-hash>' -disable-output /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
RUN: at line 2: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/opt -passes='print<structural-hash><detailed>' -disable-output /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/opt '-passes=print<structural-hash><detailed>' -disable-output /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/FileCheck /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll:21:18: error: DETAILED-HASH: expected string not found in input
; DETAILED-HASH: Module Hash: {{([a-z0-9]{14,})}}
^
<stdin>:1:1: note: scanning from here
Module Hash: 2d5c9baed34b2
^
Input file: <stdin>
Check file: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: Module Hash: 2d5c9baed34b2
check:21 X~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
2: Function f1 Hash: d2e860272dbe5bd
check:21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3: Function f2 Hash: b1e1e2d3b2fcc68
check:21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>
--
********************
```
https://github.com/llvm/llvm-project/pull/99366
More information about the llvm-commits
mailing list