[Mlir-commits] [mlir] [MLIR][XeGPU] Relax LoadStoreMatrixToXeVMPattern to accept non-distributed load_matrix/store_matrix (PR #210595)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Jul 19 06:51:05 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
* 3969 tests passed
* 440 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.Conversion/XeGPUToXeVM/loadstore_matrix.mlir</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe -split-input-file -convert-xegpu-to-xevm C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe' -split-input-file -convert-xegpu-to-xevm 'C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir:328:5: error: invalid SSA name
# | % c0 = arith.constant 0 : index % 0 =
# | ^
# | C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir:349:16: error: invalid SSA name
# | func.func @m(% arg0 : index) {
# | ^
# `-----------------------------
# 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\Conversion\XeGPUToXeVM\loadstore_matrix.mlir'
# .---command stderr------------
# | C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir:8:18: error: CHECK-LABEL: expected string not found in input
# | // CHECK-LABEL: load_store_matrix_plain
# | ^
# | <stdin>:1:1: note: scanning from here
# | // -----
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\_work\llvm-project\llvm-project\mlir\test\Conversion\XeGPUToXeVM\loadstore_matrix.mlir
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: // -----
# | label:8'0 { } search range (exclusive bounds)
# | label:8'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/210595
More information about the Mlir-commits
mailing list