* config/s390/s390.c (override_options): Default
max-unrolled-insns to 100 for z10 tuning.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150051
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-07-24 Andreas Krebbel <krebbel1@de.ibm.com>
+
+ * config/s390/s390.c (override_options): Default
+ max-unrolled-insns to 100 for z10 tuning.
+
2009-07-24 Tobias Grosser <grosser@fim.uni-passau.de>
* Makefile.in (TREE_DATA_REF_H, tree-vrp.o, tree-cfg.o, tree-if-conv.o
#include "optabs.h"
#include "gimple.h"
#include "df.h"
+#include "params.h"
/* Define the specific costs for a given cpu. */
if (!(target_flags_explicit & MASK_LONG_DOUBLE_128))
target_flags |= MASK_LONG_DOUBLE_128;
#endif
+
+ if (s390_tune == PROCESSOR_2097_Z10
+ && !PARAM_SET_P (PARAM_MAX_UNROLLED_INSNS))
+ set_param_value ("max-unrolled-insns", 100);
}
/* Map for smallest class containing reg regno. */