Commit 6dc04658 by Simon Dardis Committed by Robert Suchanek

[MIPS] P5600 scheduler fix

gcc/
	* config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
	`fabs' and `fneg' type attributes.
	(p5600_fpu_fabs): Add `fmove' to the comment.

Co-Authored-By: Prachi Godbole <prachi.godbole@imgtec.com>

From-SVN: r237173
parent ce120587
2016-06-07 Simon Dardis <simon.dardis@imgtec.com>
Prachi Godbole <prachi.godbole@imgtec.com>
* config/mips/p5600.md (p5600_fpu_fadd): Remove checking for
`fabs' and `fneg' type attributes.
(p5600_fpu_fabs): Add `fmove' to the comment.
2016-06-07 Jan Hubicka <hubicka@ucw.cz>
* gimple.c: Include builtins.h
......
......@@ -163,10 +163,10 @@
;; fadd, fsub
(define_insn_reservation "p5600_fpu_fadd" 4
(and (eq_attr "cpu" "p5600")
(eq_attr "type" "fadd,fabs,fneg"))
(eq_attr "type" "fadd"))
"p5600_fpu_long, p5600_fpu_apu")
;; fabs, fneg, fcmp
;; fabs, fneg, fcmp, fmove
(define_insn_reservation "p5600_fpu_fabs" 2
(and (eq_attr "cpu" "p5600")
(eq_attr "type" "fabs,fneg,fcmp,fmove"))
......
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