[Mlir-commits] [mlir] [MLIR][ArmSVE] Add an ArmSVE dialect operation mapping to `bfmmla` (PR #145064)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Jun 23 01:50:26 PDT 2025


https://github.com/banach-space commented:

Thanks! 

There is one high-level bit that I missed before (apologies for that!) and that I realised when comparing this against https://github.com/llvm/llvm-project/pull/145038.

Basically, since we won't be doing anything "involved" with this new Op (other than lowering directlly to LLVM), using `ArmSVE_IntrOp` should be perfectly sufficient.

We should be taking similar approach with e.g. `UsmmlaOp`, but that's a separate PR. I can take care of that.

Thanks!

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


More information about the Mlir-commits mailing list