[Mlir-commits] [mlir] [mlir][ArmSME] Enable native ArmSME integration testing on Darwin (PR #215296)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Aug 11 02:31:39 PDT 2026


banach-space wrote:

> For`Integration/Dialect/Linalg/CPU/ArmSME/pack-unpack-mmt4d.mlir` and `Integration/Dialect/Vector/CPU/ArmSME/load-store-128-bit-tile.mlir` the error is `LLVM ERROR: Cannot select: 0x7c5e2f0e0: i64 = vscale Constant:i64<8>`:
> 
> Unfold me :D (output from ArmSME/pack-unpack-mmt4d.mlir)

`pack_rhs` and `pack_lhs` seem to be missing `attributes {arm_streaming}`. I am a bit confused that the test is passing regardless. 

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


More information about the Mlir-commits mailing list