Skip to content

Commit

Permalink
Revert "[AArch64] Add Ampere1B scheduling/pipeline model (#81338)"
Browse files Browse the repository at this point in the history
This reverts commit 0144011.
  • Loading branch information
ptomsich committed Feb 9, 2024
1 parent 78145a6 commit 8509f75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,063 deletions.
3 changes: 1 addition & 2 deletions llvm/lib/Target/AArch64/AArch64.td
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,6 @@ include "AArch64SchedA64FX.td"
include "AArch64SchedThunderX3T110.td"
include "AArch64SchedTSV110.td"
include "AArch64SchedAmpere1.td"
include "AArch64SchedAmpere1B.td"
include "AArch64SchedNeoverseN1.td"
include "AArch64SchedNeoverseN2.td"
include "AArch64SchedNeoverseV1.td"
Expand Down Expand Up @@ -1723,7 +1722,7 @@ def : ProcessorModel<"ampere1", Ampere1Model, ProcessorFeatures.Ampere1,
def : ProcessorModel<"ampere1a", Ampere1Model, ProcessorFeatures.Ampere1A,
[TuneAmpere1A]>;

def : ProcessorModel<"ampere1b", Ampere1BModel, ProcessorFeatures.Ampere1B,
def : ProcessorModel<"ampere1b", Ampere1Model, ProcessorFeatures.Ampere1B,
[TuneAmpere1B]>;

//===----------------------------------------------------------------------===//
Expand Down

0 comments on commit 8509f75

Please sign in to comment.