[llvm-branch-commits] [mlir] [MLIR][AArch64] Add integration test for lowering of `vector.contract` to Neon FEAT_I8MM (PR #144699)

Andrzej WarzyƄski via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jun 20 00:28:21 PDT 2025


https://github.com/banach-space approved this pull request.

Thanks, it's great to see more tests for `i8mm`. The documentation makes it relatively easy to follow (despite this being fairly complex!) - that's much appreciated!

Overall LGTM, but I have one request. Could you unify the input data between SVE and NEON? I am happy for actual code to be duplicated. 

Btw, could you share how you generated the expected output? If that's some short numpy snippet, could you include it for future reference? (should these tests start to fail)

Thank you!

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


More information about the llvm-branch-commits mailing list