Commit a3be783a by Maciej W. Rozycki Committed by Maciej W. Rozycki

MIPS16/GCC: Improve `casesi_internal_mips16_<mode>'s instruction count estimate

	gcc/
	* config/mips/mips.md (casesi_internal_mips16_<mode>): Set
	`insn_count' to 11 rather than 16.

From-SVN: r242516
parent 9d2082e7
2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
* config/mips/mips.md (casesi_internal_mips16_<mode>): Set
`insn_count' to 11 rather than 16.
2016-11-16 Maciej W. Rozycki <macro@imgtec.com>
* config/mips/mips.md (casesi_internal_mips16_<mode>): Use the
`ltu' rather than `leu' operation in the RTL pattern
......@@ -6444,7 +6444,7 @@
return "j\t%4";
}
[(set_attr "insn_count" "16")])
[(set_attr "insn_count" "11")])
;; For TARGET_USE_GOT, we save the gp in the jmp_buf as well.
;; While it is possible to either pull it off the stack (in the
......
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