]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/arm/arm.md
PR target/60657
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2014 13:13:20 +0000 (13:13 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2014 13:13:20 +0000 (13:13 +0000)
commit809003b3fb402a83cc4970b5453350271956f968
treef45dceb88e46544cd9cd6663618a9d1d09acba4c
parent98107def4d92f0f02d34c53e5971c5e68176815a
    PR target/60657
* config/arm/predicates.md (const_int_I_operand): New predicate.
(const_int_M_operand): Similarly.
* config/arm/arm.md (insv_zero): Use const_int_M_operand instead of
const_int_operand.
(insv_t2, extv_reg, extzv_t2): Likewise.
(load_multiple_with_writeback): Similarly for const_int_I_operand.
(pop_multiple_with_writeback_and_return): Likewise.
(vfp_pop_multiple_with_writeback): Likewise

PR target/60657
* gcc.target/arm/pr60657.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209085 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.md
gcc/config/arm/predicates.md
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/pr60657.c [new file with mode: 0644]