From c19528f18093697bff827ca30332e63f3418524d Mon Sep 17 00:00:00 2001 From: Evandro Menezes Date: Mon, 11 Nov 2019 14:27:14 -0600 Subject: [PATCH] [AArch64] Update for Exynos Fix the costs of FP register moves. --- llvm/lib/Target/AArch64/AArch64SchedExynosM4.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td b/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td index 60a6a2b..caac07b 100644 --- a/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td +++ b/llvm/lib/Target/AArch64/AArch64SchedExynosM4.td @@ -541,7 +541,7 @@ def : SchedAlias; // FP miscellaneous instructions. def : SchedAlias; def : SchedAlias; -def : SchedAlias; +def : SchedAlias; // FP load instructions. def : SchedAlias; -- 2.7.4