[llvm-branch-commits] PGO] Drop consecutive-zeros.ll test (PR #197615)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 13 22:32:37 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 174010 tests passed
* 3314 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.Pass/ir-printing-file-tree.mlir</summary>

```
Exit Code: -9
Timeout: Reached timeout of 1200 seconds

Command Output (stdout):
--
# RUN: at line 2
rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp || true
# executed command: rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp
# note: command had no output on stdout or stderr
# RUN: at line 3
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Pass/ir-printing-file-tree.mlir -mlir-print-ir-tree-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp    -pass-pipeline='builtin.module(builtin.module(func.func(cse,canonicalize)))'    -mlir-print-ir-before=cse
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Pass/ir-printing-file-tree.mlir -mlir-print-ir-tree-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp '-pass-pipeline=builtin.module(builtin.module(func.func(cse,canonicalize)))' -mlir-print-ir-before=cse
# .---command stdout------------
# | module @outer {
# |   func.func @"sym/A"() {
# |     return
# |   }
# |   func.func @"sym\\backslash"() {
# |     return
# |   }
# |   module @inner {
# |     func.func @symB() {
# |       return
# |     }
# |     func.func @symC() {
# |       return
# |     }
# |   }
# | }
# | 
# `-----------------------------
# RUN: at line 6
test -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symB/0_0_0_cse.mlir
# executed command: test -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symB/0_0_0_cse.mlir
# note: command had no output on stdout or stderr
# RUN: at line 7
test ! -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symB/0_0_1_canonicalize.mlir
# executed command: test '!' -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symB/0_0_1_canonicalize.mlir
# note: command had no output on stdout or stderr
# RUN: at line 8
test -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symC/0_0_0_cse.mlir
# executed command: test -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symC/0_0_0_cse.mlir
# note: command had no output on stdout or stderr
# RUN: at line 9
test ! -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symC/0_0_1_canonicalize.mlir
# executed command: test '!' -f /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp/builtin_module_outer/builtin_module_inner/func_func_symC/0_0_1_canonicalize.mlir
# note: command had no output on stdout or stderr
# RUN: at line 12
rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp || true
# executed command: rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp
# note: command had no output on stdout or stderr
# RUN: at line 13
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Pass/ir-printing-file-tree.mlir -mlir-print-ir-tree-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp    -pass-pipeline='builtin.module(canonicalize,canonicalize,func.func(cse),builtin.module(canonicalize,func.func(cse,canonicalize),cse),cse)'    -mlir-print-ir-after-all
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Pass/ir-printing-file-tree.mlir -mlir-print-ir-tree-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/Pass/Output/ir-printing-file-tree.mlir.tmp '-pass-pipeline=builtin.module(canonicalize,canonicalize,func.func(cse),builtin.module(canonicalize,func.func(cse,canonicalize),cse),cse)' -mlir-print-ir-after-all
# note: command had no output on stdout or stderr
# error: command failed with exit status: -9
# error: command reached timeout: True

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/197615


More information about the llvm-branch-commits mailing list