[Mlir-commits] [mlir] [mlir][vector] Wrapping `populateFlattenVectorTransferPatterns` as a transform pass. (PR #178134)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 8 23:46:27 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3455 tests passed
* 413 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.python/dialects/transform_vector_ext.py</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
"C:/Python312/python.exe" C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_vector_ext.py | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_vector_ext.py
# executed command: C:/Python312/python.exe 'C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_vector_ext.py'
# 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\python\dialects\transform_vector_ext.py'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_vector_ext.py:70:16: error: CHECK-SAME: is not on the same line as the previous match
# | # CHECK-SAME: target_vector_bitwidth = 1
# | ^
# | <stdin>:32:62: note: 'next' match was here
# | transform.apply_patterns.vector.flatten_vector_transfer_ops target_vector_bitwidth = 1
# | ^
# | <stdin>:31:90: note: previous match ended here
# | transform.apply_patterns.vector.transfer_to_scf max_transfer_rank = 3 full_unroll = true
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_vector_ext.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 27: transform.sequence failures(propagate) {
# | 28: ^bb0(%arg0: !transform.any_op):
# | 29: apply_patterns to %arg0 {
# | 30: transform.apply_patterns.vector.lower_transfer max_transfer_rank = 4
# | 31: transform.apply_patterns.vector.transfer_to_scf max_transfer_rank = 3 full_unroll = true
# | 32: transform.apply_patterns.vector.flatten_vector_transfer_ops target_vector_bitwidth = 1
# | same:70 !~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line
# | 33: } : !transform.any_op
# | 34: }
# | 35: }
# | 36:
# | 37:
# | .
# | .
# | .
# | >>>>>>
# `-----------------------------
# 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/178134
More information about the Mlir-commits
mailing list