PR target/23726
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Dec 2009 21:03:41 +0000 (21:03 +0000)
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 13 Dec 2009 21:03:41 +0000 (21:03 +0000)
commit25790a3e5191af09afe4bfc149968f6a18c03eec
tree1dc22f3c9c93e19fbf1fe7e45ac7d179e8c144e5
parentc71c80bf1ea62eee0722a3fc7dd4f7f008f8b2a1
PR target/23726
* config/avr/predicates.md (pseudo_register_operand): New predicate for pseudos.
* config/avr/avr.md (divmodqi4): Replace with define_insn_and_split to allow div/mod optimization.
(udivmodqi4): Ditto.
(divmodhi4): Ditto.
(udivmodhi4): Ditto.
(divmodsi4): Ditto.
(udivmodsi4): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155195 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/avr.md
gcc/config/avr/predicates.md