Skip to content

Commit a9ae27d

Browse files
SamTebbs33MDevereau
andcommitted
fixup! fix sme targetguard
Co-authored-by: Matthew Devereau <[email protected]>
1 parent 93a02d9 commit a9ae27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/arm_sve.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ let TargetGuard = "sme2" in {
23012301
def SVUUNPK_X4 : SInst<"svunpk_{d}[_{3}_x4]", "42.h", "UsUiUl", MergeNone, "aarch64_sve_uunpk_x4", [IsStreaming], []>;
23022302
}
23032303

2304-
let TargetGuard = "sve2p1|sme" in {
2304+
let TargetGuard = "sve2p1|sme2" in {
23052305
// == BFloat16 multiply-subtract ==
23062306
def SVBFMLSLB : SInst<"svbfmlslb[_{d}]", "dd$$", "f", MergeNone, "aarch64_sve_bfmlslb", [IsOverloadNone], []>;
23072307
def SVBFMLSLT : SInst<"svbfmlslt[_{d}]", "dd$$", "f", MergeNone, "aarch64_sve_bfmlslt", [IsOverloadNone], []>;

0 commit comments

Comments
 (0)