Skip to content

Commit 24fc5d7

Browse files
committed
Reverts 695d2f8
adds missing dependencies to comply with GCC * i8mm -> simd * bf16 -> fp
1 parent bc68d7f commit 24fc5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/AArch64/AArch64Features.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def FeatureSVE : ExtensionWithMArch<"sve", "SVE", "FEAT_SVE",
160160

161161
let ArchExtKindSpelling = "AEK_I8MM" in
162162
def FeatureMatMulInt8 : ExtensionWithMArch<"i8mm", "MatMulInt8", "FEAT_I8MM",
163-
"Enable Matrix Multiply Int8 Extension", [FeatureNEON]>;
163+
"Enable Matrix Multiply Int8 Extension">;
164164

165165
let ArchExtKindSpelling = "AEK_F32MM" in
166166
def FeatureMatMulFP32 : ExtensionWithMArch<"f32mm", "MatMulFP32", "FEAT_F32MM",
@@ -279,7 +279,7 @@ def FeatureMTE : ExtensionWithMArch<"mte", "MTE", "FEAT_MTE, FEAT_MTE2",
279279
//===----------------------------------------------------------------------===//
280280

281281
def FeatureBF16 : ExtensionWithMArch<"bf16", "BF16", "FEAT_BF16",
282-
"Enable BFloat16 Extension", [FeatureFPARMv8]>;
282+
"Enable BFloat16 Extension">;
283283

284284
def FeatureAMVS : Extension<"amvs", "AMVS", "FEAT_AMUv1p1",
285285
"Enable Armv8.6-A Activity Monitors Virtualization support",

0 commit comments

Comments
 (0)