Richard Earnshaw writes:
>> +/* Implements target hook array_mode_supported_p. */
>> +
>> +static bool
>> +arm_array_mode_supported_p (enum machine_mode mode,
>> +unsigned HOST_WIDE_INT nelems)
>> +{
>> + if (TARGET_NEON
>> + && (VALID_NEON_DREG_MODE (mode) || VALID_
On Fri, 2011-05-06 at 11:35 +0100, Richard Sandiford wrote:
> Richard Earnshaw writes:
> >> +/* Implements target hook array_mode_supported_p. */
> >> +
> >> +static bool
> >> +arm_array_mode_supported_p (enum machine_mode mode,
> >> + unsigned HOST_WIDE_INT nelems)
> >> +{
On Thu, 2011-04-21 at 10:50 +0100, Richard Sandiford wrote:
> To get back to this...
>
> Richard Sandiford writes:
> > Richard Guenther writes:
> >> On Thu, Mar 31, 2011 at 3:32 PM, Richard Sandiford
> >> wrote:
> >>> This patch adds an array_mode_supported_p hook, which says whether
> >>> MAX
On Thu, Apr 21, 2011 at 11:50 AM, Richard Sandiford
wrote:
> To get back to this...
>
> Richard Sandiford writes:
>> Richard Guenther writes:
>>> On Thu, Mar 31, 2011 at 3:32 PM, Richard Sandiford
>>> wrote:
This patch adds an array_mode_supported_p hook, which says whether
MAX_FIXED_
To get back to this...
Richard Sandiford writes:
> Richard Guenther writes:
>> On Thu, Mar 31, 2011 at 3:32 PM, Richard Sandiford
>> wrote:
>>> This patch adds an array_mode_supported_p hook, which says whether
>>> MAX_FIXED_MODE_SIZE should be ignored for a given type of array.
>>> It follows
Richard Guenther writes:
> On Thu, Mar 31, 2011 at 3:32 PM, Richard Sandiford
> wrote:
>> This patch adds an array_mode_supported_p hook, which says whether
>> MAX_FIXED_MODE_SIZE should be ignored for a given type of array.
>> It follows on from the discussion here:
>>
>> http://gcc.gnu.org/m
On Thu, Mar 31, 2011 at 3:32 PM, Richard Sandiford
wrote:
> This patch adds an array_mode_supported_p hook, which says whether
> MAX_FIXED_MODE_SIZE should be ignored for a given type of array.
> It follows on from the discussion here:
>
> http://gcc.gnu.org/ml/gcc/2011-03/msg00342.html
>
> The