We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf64896 commit 9e1ffbbCopy full SHA for 9e1ffbb
llvm/lib/Target/AArch64/AArch64InstrInfo.td
@@ -247,7 +247,7 @@ def HasSMEF16F16orSMEF8F16
247
def HasNEONandIsStreamingSafe
248
: Predicate<"Subtarget->hasNEON()">,
249
AssemblerPredicateWithAll<(any_of FeatureNEON), "neon">;
250
-// A subet of NEON instructions legal in Streaming SVE mode with +sme2p2.
+// A subset of NEON instructions legal in Streaming SVE mode with +sme2p2.
251
// TODO: Change to check for hasSME2p2() once FEAT_SME2p2 is implemented.
252
def HasNEONandIsSME2p2StreamingSafe
253
: Predicate<"Subtarget->isNeonAvailable()">,
0 commit comments