[Mlir-commits] [mlir] [mlir][ArmNeon] Enable native I8MM integration testing on Darwin (PR #216098)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Aug 18 09:53:32 PDT 2026


================

----------------
banach-space wrote:

Apologies, this logic change makes me realise that we are missing something here.

* Tests in https://github.com/llvm/llvm-project/tree/3ea0b52258cbe94abcdf3ff57bfd7f4d6a93016c/mlir/test/Integration/Dialect/Linalg/CPU/ArmNeon#L10 are missing `lit.local.cfg`, see e.g. [Linalg/CPU/ArmSVE/lit.local.cfg](https://github.com/llvm/llvm-project/blob/3ea0b52258cbe94abcdf3ff57bfd7f4d6a93016c/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/lit.local.cfg?plain=1#L1)). 

Also:
* The name of the CMake flag should `MLIR_RUN_ARM_NEON_TESTS` (to match similar flag for SVE and SME) rather than `MLIR_RUN_ARM_I8MM_TESTS`. The latter is misleading - both Neon and SVE include I8MM.
* `mlir_arm_i8mm_tests` -> `mlir-arm-neon-tests`

Could you include these changes? Thank you!

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


More information about the Mlir-commits mailing list