Skip to content

Commit a1bd2d7

Browse files
committed
fixup! [AArch64][llvm] Add support for vmmlaq_[f16,f32]_mf8 intrinsics
Remove blank space
1 parent a0e39cb commit a1bd2d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,7 +1735,6 @@ def USMMLA : SIMDThreeSameVectorMatMul<1, 0, "usmmla", int_aarch64_neon_usmmla>;
17351735
defm USDOT : SIMDThreeSameVectorDot<0, 1, "usdot", AArch64usdot>;
17361736
defm USDOTlane : SIMDThreeSameVectorDotIndex<0, 1, 0b10, "usdot", AArch64usdot>;
17371737

1738-
17391738
// sudot lane has a pattern where usdot is expected (there is no sudot).
17401739
// The second operand is used in the dup operation to repeat the indexed
17411740
// element.

0 commit comments

Comments
 (0)