AMD specific default alignment changes
authorGanesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
Mon, 13 May 2013 09:35:54 +0000 (09:35 +0000)
committerGanesh Gopalasubramanian <gganesh@gcc.gnu.org>
Mon, 13 May 2013 09:35:54 +0000 (09:35 +0000)
From-SVN: r198820

gcc/ChangeLog
gcc/config/i386/i386.c

index 945f525..b33e4f3 100644 (file)
@@ -1,3 +1,8 @@
+2013-05-13  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
+
+       * config/i386/i386.c (processor_target_table): Modified default 
+       alignment values for AMD BD and BT architectures.
+
 2013-05-13  Marc Glisse  <marc.glisse@inria.fr>
 
        * tree-vect-generic.c (uniform_vector_p): Move ...
index 86439ba..c28a857 100644 (file)
@@ -2453,11 +2453,11 @@ static const struct ptt processor_target_table[PROCESSOR_max] =
   {&generic32_cost, 16, 7, 16, 7, 16},
   {&generic64_cost, 16, 10, 16, 10, 16},
   {&amdfam10_cost, 32, 24, 32, 7, 32},
-  {&bdver1_cost, 32, 24, 32, 7, 32},
-  {&bdver2_cost, 32, 24, 32, 7, 32},
-  {&bdver3_cost, 32, 24, 32, 7, 32},
-  {&btver1_cost, 32, 24, 32, 7, 32},
-  {&btver2_cost, 32, 24, 32, 7, 32},
+  {&bdver1_cost, 16, 10, 16, 7, 11},
+  {&bdver2_cost, 16, 10, 16, 7, 11},
+  {&bdver3_cost, 16, 10, 16, 7, 11},
+  {&btver1_cost, 16, 10, 16, 7, 11},
+  {&btver2_cost, 16, 10, 16, 7, 11},
   {&atom_cost, 16, 15, 16, 7, 16}
 };