[Mlir-commits] [mlir] [mlir][ArmSME] Prefix SME streaming attributes with "llvm." for propagation (PR #190864)

Leandro Lupori llvmlistbot at llvm.org
Wed Apr 8 10:14:36 PDT 2026


luporl wrote:

Thanks for this fix. On my AArch64 machine it fixed many tests, but 2 are still failing:

MLIR :: Integration/Dialect/Linalg/CPU/ArmSME/multi-tile-matmul-mixed-types.mlir
```
# | /home/leandro.lupori/git/ci/llvm-project/mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/multi-tile-matmul-mixed-types.mlir:57:12: error: CHECK: expected string not found in input
# |  // CHECK: [32955, 33514, 34073, 34632, 35191, 35750, 36309]
# |            ^
# | <stdin>:1:98: note: scanning from here
# | Unranked Memref base@ = 0xaaaab0a63780 rank = 2 offset = 0 sizes = [7, 7] strides = [7, 1] data =
# |                                                                                                  ^
# | <stdin>:2:2: note: possible intended match here
# | [[32955, 34086, 34073, 35230, 35191, 36374, 36309],
# |  ^
...
```

MLIR :: Integration/Dialect/Vector/CPU/ArmSME/outerproduct-i8i8i32.mlir
```
# | /home/leandro.lupori/git/ci/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/outerproduct-i8i8i32.mlir:65:12: error: CHECK: expected string not found in input
# |  // CHECK: ( 110, 134, 158, 182 )
# |            ^
# | <stdin>:1:1: note: scanning from here
# | ( 110, 478, 158, 654 )
# | ^
...
```

https://github.com/llvm/llvm-project/pull/190864


More information about the Mlir-commits mailing list