Commit 1db6c46d by Wilco Dijkstra Committed by Wilco Dijkstra

The Cortex-A57 scheduler is missing fcsel, so add it.

    gcc/
	* config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.

From-SVN: r237595
parent ff7b374b
2016-06-20 Wilco Dijkstra <wdijkstr@arm.com>
* config/arm/cortex-a57.md (cortex_a57_fp_cpys): Add fcsel.
2016-06-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* params.def (PARAM_ALIGN_LOOP_ITERATIONS): Use "alignment" instead of
......
......@@ -726,7 +726,7 @@
(define_insn_reservation "cortex_a57_fp_cpys" 4
(and (eq_attr "tune" "cortexa57")
(eq_attr "type" "fmov"))
(eq_attr "type" "fmov,fcsel"))
"(ca57_cx1|ca57_cx2)")
(define_insn_reservation "cortex_a57_fp_divs" 12
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment