From 50929f0010074ad816e0363dd0a06d83ec0342cd Mon Sep 17 00:00:00 2001 From: Yvan Roux Date: Tue, 12 Sep 2017 15:38:26 +0200 Subject: gcc/ Backport from trunk r250592. 2017-07-26 Andrew Pinski * config/aarch64/aarch64.c (thunderx_vector_cost): Fix vec_fp_stmt_cost. Change-Id: I962630726547665e330a375304a941f0367f7964 --- gcc/config/aarch64/aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index 2102dff301b..87e5746391f 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -390,7 +390,7 @@ static const struct cpu_vector_cost thunderx_vector_cost = 3, /* scalar_load_cost */ 1, /* scalar_store_cost */ 4, /* vec_int_stmt_cost */ - 4, /* vec_fp_stmt_cost */ + 1, /* vec_fp_stmt_cost */ 4, /* vec_permute_cost */ 2, /* vec_to_scalar_cost */ 2, /* scalar_to_vec_cost */ -- cgit v1.2.3