[llvm] c19528f - [AArch64] Update for Exynos
Evandro Menezes via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 13:03:35 PST 2019
Author: Evandro Menezes
Date: 2019-11-11T15:02:51-06:00
New Revision: c19528f18093697bff827ca30332e63f3418524d
URL: https://github.com/llvm/llvm-project/commit/c19528f18093697bff827ca30332e63f3418524d
DIFF: https://github.com/llvm/llvm-project/commit/c19528f18093697bff827ca30332e63f3418524d.diff
LOG: [AArch64] Update for Exynos
Fix the costs of FP register moves.
Added:
Modified:
llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td b/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
index 60a6a2bbd5f8..caac07b7eab2 100644
--- a/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
+++ b/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td
@@ -541,7 +541,7 @@ def : SchedAlias<WriteFMul, M4WriteFMAC3>;
// FP miscellaneous instructions.
def : SchedAlias<WriteFCvt, M4WriteFCVT2>;
def : SchedAlias<WriteFImm, M4WriteNALU1>;
-def : SchedAlias<WriteFCopy, M4WriteCOPY>;
+def : SchedAlias<WriteFCopy, M4WriteNALU1>;
// FP load instructions.
def : SchedAlias<WriteVLD, M4WriteL5>;
More information about the llvm-commits
mailing list