Skip to content

Commit 5992744

Browse files
committed
fixup! [AArch64][llvm] Armv9.7-A: Add support for SVE2p3 DOT and MLA operations
Fix accidental typo
1 parent 36ede75 commit 5992744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def HasLSCP : Predicate<"Subtarget->hasLSCP()">,
248248
AssemblerPredicateWithAll<(all_of FeatureLSCP), "lscp">;
249249
def HasSVE2p2 : Predicate<"Subtarget->hasSVE2p2()">,
250250
AssemblerPredicateWithAll<(all_of FeatureSVE2p2), "sve2p2">;
251-
def HasSVE_B16MM : Predicate<"Subtarget->isSVEAvailable() &&ubtarget->hasSVE_B16MM()">,
251+
def HasSVE_B16MM : Predicate<"Subtarget->isSVEAvailable() && Subtarget->hasSVE_B16MM()">,
252252
AssemblerPredicateWithAll<(all_of FeatureSVE_B16MM), "sve-b16mm">;
253253
def HasF16MM : Predicate<"Subtarget->isSVEAvailable() && Subtarget->hasF16MM()">,
254254
AssemblerPredicateWithAll<(all_of FeatureF16MM), "f16mm">;

0 commit comments

Comments
 (0)