[Mlir-commits] [mlir] [MLIR][Vector] Fix crash in operatesOnSuperVectorsOf on rank-mismatched shaped (PR #183967)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Feb 28 15:32:28 PST 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3486 tests passed
* 414 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Dialect/GPU/module-to-binary-invalid-format.mlir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\GPU\module-to-binary-invalid-format.mlir --gpu-module-to-binary="format=invalid-format" --verify-diagnostics
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Dialect\GPU\module-to-binary-invalid-format.mlir' --gpu-module-to-binary=format=invalid-format --verify-diagnostics
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\Dialect\GPU\module-to-binary-invalid-format.mlir:4:1: error: unexpected error: Invalid format specified: 'invalid-format' (expected one of: offloading, llvm, assembly, isa, binary, bin, fatbinary, fatbin)
# | module attributes {gpu.container_module} {
# | ^
# | C:\_work\llvm-project\llvm-project\mlir\test\Dialect\GPU\module-to-binary-invalid-format.mlir:3:4: error: expected error "Invalid format specified." was not produced
# | // expected-error @+1 {{Invalid format specified.}}
# | ^~~~~~~~~~~~~~~~~~~~~~~~~
# `-----------------------------
# 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/183967
More information about the Mlir-commits
mailing list