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

Benjamin Maxwell llvmlistbot at llvm.org
Tue Aug 11 02:43:43 PDT 2026


MacDue wrote:

> > For `Integration/Dialect/Vector/CPU/ArmSME/ssve.mlir` the error is `LLVM ERROR: Scalarization of scalable vectors is not supported`:
> > Unfold me :D
> 
> Hm, is `arm_streaming` "a thing" on Darwin?
> 
> https://github.com/llvm/llvm-project/blob/4b0b8cbac0f567cdacfde0c81019fc6c0d27f251/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/ssve.mlir?plain=1#L13
> 
> @MacDue , any suggestions?

It is a thing, the streaming attribute is being dropped. See https://github.com/llvm/llvm-project/commit/7765fd8653b7670f37c73fef51a8c0b2df36591c. You need to update all test to add the `llvm.` pref for SME attributes, so `llvm.arm_streaming` here. 

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


More information about the Mlir-commits mailing list