This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix iWMMXt ICE on gcc.c-torture/execute/pr23135.c


> 2008-07-01  Joseph Myers  <joseph@codesourcery.com>
>
> 	* config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
> 	movv2si_internal): Add mem = reg alternative.
>...
> +   (set_attr "type"           "*,store1,load1,*,*,*,load1,store1")
> +   (set_attr "pool_range"     "*,     *, 256,*,*,*, 256,256")
> +   (set_attr "neg_pool_range" "*,     *, 244,*,*,*, 244,244")])

Store instructions are never used with constant pools. i.e. pool_range and 
neg_pool_range should be "*" for the reg->mem alternative. The applies to all 
the patterns you're modifying.

Ok with that change.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]