[clang] [llvm] [AArch64][llvm] Add support for Neon vmmlaq_{f16,f32}_mf8_fpm intrinsics (PR #165431)

via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 7 06:21:01 PST 2025


================
@@ -1735,6 +1735,7 @@ def USMMLA : SIMDThreeSameVectorMatMul<1, 0, "usmmla", int_aarch64_neon_usmmla>;
 defm USDOT : SIMDThreeSameVectorDot<0, 1, "usdot", AArch64usdot>;
 defm USDOTlane : SIMDThreeSameVectorDotIndex<0, 1, 0b10, "usdot", AArch64usdot>;
 
+
----------------
Lukacma wrote:

Extra line

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


More information about the cfe-commits mailing list