[llvm-branch-commits] [mlir] [MLIR][ArmSVE] Add initial lowering of vector.contract to SVE `*MMLA` instructions (PR #135636)
Momchil Velikov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 15 09:54:41 PDT 2025
momchil-velikov wrote:
> One high-level question - would sharing some code between NEON and SVE be possible?
No, I can't see it happening and resulting in less, or simpler, or easier to maintain code.
However, it might be possible to add Neon lowering to this patch and see if the result is any good.
https://github.com/llvm/llvm-project/pull/135636
More information about the llvm-branch-commits
mailing list