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

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


================
@@ -2,7 +2,7 @@
 // DEFINE: %{compile} = mlir-opt %s \
 // DEFINE:   -test-lower-to-arm-sme -test-lower-to-llvm -o %t
 // DEFINE: %{run} = %mcr_aarch64_cmd %t \
-// DEFINE:   -march=aarch64 -mattr=+sve,+sme-f64f64 \
----------------
MacDue wrote:

I was expecting you to simply change the tests to use `-mattr=+sme`, not add a new `%arm_sme_mattr` config (and not add `+sme2` as well). 

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


More information about the Mlir-commits mailing list