This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [arm] Fix invalid store instructions
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>,Richard Earnshaw <rearnsha at arm dot com>
- Date: Sat, 19 Jun 2004 13:59:25 +0100
- Subject: Re: [arm] Fix invalid store instructions
- Organization: CodeSourcery
- References: <200406181854.27748.paul@codesourcery.com>
On Friday 18 June 2004 18:54, Paul Brook wrote:
> ?(define_insn "*arm_movsi_insn"
> + ?[(set (match_operand:SI 0 "nonimmediate_operand" "=r,r,r,Us,m")
...
> + ?[(set_attr "type" "*,*,load1,store1,store1")
> + ? (set_attr "length" "4,4,4,8,8")
This should be 4,4,4,4,8 (I changed it temporarily to see what effect it had
on benchmarks).
Paul