r208056 - in /branches/gcc-4_8-branch/gcc: Chan...
eager@gcc.gnu.org
eager@gcc.gnu.org
Sun Feb 23 18:38:00 GMT 2014
Author: eager
Date: Sun Feb 23 18:38:29 2014
New Revision: 208056
URL: http://gcc.gnu.org/viewcvs?rev=208056&root=gcc&view=rev
Log:
2014-02-23 David Holsgrove <david.holsgrove@xilinx.com>
* config/microblaze/predicates.md: Add cmp_op predicate.
* config/microblaze/microblaze.md: Add branch_compare instruction
which uses cmp_op predicate and emits cmp insn before branch.
* config/microblaze/microblaze.c (microblaze_emit_compare): Rename
to microblaze_expand_conditional_branch and consolidate logic.
(microblaze_expand_conditional_branch): emit branch_compare
insn instead of handling cmp op separate from branch insn.
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/config/microblaze/microblaze.c
branches/gcc-4_8-branch/gcc/config/microblaze/microblaze.md
branches/gcc-4_8-branch/gcc/config/microblaze/predicates.md
More information about the Gcc-cvs
mailing list