aarch64.c (thunderx_vector_cost): Fix vec_fp_stmt_cost.
authorAndrew Pinski <apinski@cavium.com>
Wed, 26 Jul 2017 21:51:05 +0000 (21:51 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 26 Jul 2017 21:51:05 +0000 (14:51 -0700)
2017-07-26  Andrew Pinski  <apinski@cavium.com>

        * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
        vec_fp_stmt_cost.

From-SVN: r250592

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 64407df46c81f36987e7fdd2289144e974bacb8e..4f2b467ab5a0b7665ad14ce4ede5a346bb6cb9d8 100644 (file)
@@ -1,3 +1,8 @@
+2017-07-26  Andrew Pinski  <apinski@cavium.com>
+
+       * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
+       vec_fp_stmt_cost.
+
 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/81563
index 9aa59e7fe62aa6b7e1e1e3ac46d8aaa93655165f..14a93665ed4e47ae04e0d14c129919c42bfb5d3c 100644 (file)
@@ -358,7 +358,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  */