[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: Windows-->
# :window: Windows x64 Test Results

* 3449 tests passed
* 413 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
c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe --pass-pipeline="builtin.module(builtin.module(test-dead-code-analysis))" C:\_work\llvm-project\llvm-project\mlir\test\Analysis\DataFlow\test-dead-code-analysis-nested-module.mlir 2>&1 | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Analysis\DataFlow\test-dead-code-analysis-nested-module.mlir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe' '--pass-pipeline=builtin.module(builtin.module(test-dead-code-analysis))' 'C:\_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: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Analysis\DataFlow\test-dead-code-analysis-nested-module.mlir'
# .---command stderr------------
# | C:\_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: C:\_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