Skip to content

Commit 8259182

Browse files
committed
Revert "[AArch64] Add the pipeline model for Exynos M5"
as it's causing test failures in llvm-mca. This reverts commit 9bdfee2.
1 parent 714aaba commit 8259182

30 files changed

+35
-3349
lines changed

llvm/lib/Target/AArch64/AArch64.td

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ include "AArch64SchedFalkor.td"
450450
include "AArch64SchedKryo.td"
451451
include "AArch64SchedExynosM3.td"
452452
include "AArch64SchedExynosM4.td"
453-
include "AArch64SchedExynosM5.td"
454453
include "AArch64SchedThunderX.td"
455454
include "AArch64SchedThunderX2T99.td"
456455

@@ -791,7 +790,7 @@ def : ProcessorModel<"neoverse-n1", CortexA57Model, [ProcNeoverseN1]>;
791790
def : ProcessorModel<"cyclone", CycloneModel, [ProcCyclone]>;
792791
def : ProcessorModel<"exynos-m3", ExynosM3Model, [ProcExynosM3]>;
793792
def : ProcessorModel<"exynos-m4", ExynosM4Model, [ProcExynosM4]>;
794-
def : ProcessorModel<"exynos-m5", ExynosM5Model, [ProcExynosM4]>;
793+
def : ProcessorModel<"exynos-m5", ExynosM4Model, [ProcExynosM4]>;
795794
def : ProcessorModel<"falkor", FalkorModel, [ProcFalkor]>;
796795
def : ProcessorModel<"saphira", FalkorModel, [ProcSaphira]>;
797796
def : ProcessorModel<"kryo", KryoModel, [ProcKryo]>;

llvm/lib/Target/AArch64/AArch64SchedExynosM5.td

Lines changed: 0 additions & 1012 deletions
This file was deleted.

llvm/test/tools/llvm-mca/AArch64/Exynos/aes.s

Lines changed: 0 additions & 57 deletions
This file was deleted.

llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-ld1.s

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)