[Mlir-commits] [mlir] [MLIR][Linalg] Add static shape masking option in vectorization (PR #214812)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Aug 12 03:41:30 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 4021 tests passed
* 446 tests skipped
* 1 test failed

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

### MLIR
<details>
<summary>MLIR.python/dialects/transform_structured_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_structured_ext.py | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py
# executed command: C:/Python312/python.exe 'C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py'
# .---command stderr------------
# | Traceback (most recent call last):
# |   File "C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py", line 290, in <module>
# |     @run
# |      ^^^
# |   File "C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py", line 19, in run
# |     f()
# |   File "C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py", line 34, in decorated
# |     func(sequence.bodyTarget)
# |   File "C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py", line 293, in testVectorizeNoArgs
# |     structured.VectorizeOp(target)
# |   File "c:\_work\llvm-project\llvm-project\build\tools\mlir\python_packages\mlir_core\mlir\dialects\transform\structured.py", line 354, in __init__
# |     super().__init__(
# | TypeError: VectorizeOp.__init__() missing 1 required positional argument: 'mask_bounds'
# `-----------------------------
# error: command failed with exit status: 1
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py:304:17: error: CHECK-LABEL: expected string not found in input
# |  # CHECK-LABEL: TEST: testVectorizeStatic
# |                 ^
# | <stdin>:183:26: note: scanning from here
# | TEST: testVectorizeNoArgs
# |                          ^
# | 
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\mlir\test\python\dialects\transform_structured_ext.py
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |              .
# |              .
# |              .
# |            178:  %0 = transform.structured.match ops{["test.dummy"]} in %arg0 : (!transform.any_op) -> !transform.any_op 
# |            179:  } 
# |            180: } 
# |            181:  
# |            182:  
# |            183: TEST: testVectorizeNoArgs 
# | label:304'0                             { } search range (exclusive bounds)
# | label:304'1                                 error: no match found in search range
# | >>>>>>
# `-----------------------------
# 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/214812


More information about the Mlir-commits mailing list