[Mlir-commits] [mlir] [MLIR] Fix allSymUsesVisible inside private symbol table (PR #179596)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 3 18:52:08 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7450 tests passed
* 600 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt --pass-pipeline="builtin.module(builtin.module(test-dead-code-analysis))" /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/mlir-opt '--pass-pipeline=builtin.module(builtin.module(test-dead-code-analysis))' /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir:10:17: error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: op_preds: predecessors: (none)
# | ^
# | <stdin>:2:11: note: scanning from here
# | region #0
# | ^
# | <stdin>:3:7: note: possible intended match here
# | op_preds: (all) predecessors: (none)
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/Analysis/DataFlow/test-dead-code-analysis-nested-module.mlir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: nested:
# | 2: region #0
# | next:10'0 X error: no match found
# | 3: op_preds: (all) predecessors: (none)
# | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:10'1 ? possible intended match
# | 4: module {
# | next:10'0 ~~~~~~~~~
# | 5: module @inner_module attributes {sym_visibility = "private"} {
# | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: func.func nested @nested_inner() attributes {tag = "nested"}
# | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 7: }
# | next:10'0 ~~~
# | 8: }
# | next:10'0 ~~
# | 9:
# | next:10'0 ~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</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/179596
More information about the Mlir-commits
mailing list