Skip to content

Commit 8509f75

Browse files
committed
Revert "[AArch64] Add Ampere1B scheduling/pipeline model (#81338)"
This reverts commit 0144011.
1 parent 78145a6 commit 8509f75

File tree

2 files changed

+1
-1063
lines changed

2 files changed

+1
-1063
lines changed

llvm/lib/Target/AArch64/AArch64.td

+1-2
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ include "AArch64SchedA64FX.td"
837837
include "AArch64SchedThunderX3T110.td"
838838
include "AArch64SchedTSV110.td"
839839
include "AArch64SchedAmpere1.td"
840-
include "AArch64SchedAmpere1B.td"
841840
include "AArch64SchedNeoverseN1.td"
842841
include "AArch64SchedNeoverseN2.td"
843842
include "AArch64SchedNeoverseV1.td"
@@ -1723,7 +1722,7 @@ def : ProcessorModel<"ampere1", Ampere1Model, ProcessorFeatures.Ampere1,
17231722
def : ProcessorModel<"ampere1a", Ampere1Model, ProcessorFeatures.Ampere1A,
17241723
[TuneAmpere1A]>;
17251724

1726-
def : ProcessorModel<"ampere1b", Ampere1BModel, ProcessorFeatures.Ampere1B,
1725+
def : ProcessorModel<"ampere1b", Ampere1Model, ProcessorFeatures.Ampere1B,
17271726
[TuneAmpere1B]>;
17281727

17291728
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)