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: [PATCH] [graphite] Constrain only on INTEGER_TYPE


On Wed, Aug 12, 2015 at 10:41 PM, Tobias Grosser <tobias@grosser.es> wrote:
> On 08/12/2015 10:33 PM, Aditya Kumar wrote:
>>
>> Passes bootstrap, no regressions.
>>
>> With this patch gcc bootstraps with graphite.
>> make BOOT_CFLAGS="-g -O2 -fgraphite-identity -floop-interchange
>> -floop-block"
>
>
> LGTM, but please use a longer sentence to explain what you do.

As the middle-end generally freely exchanges INTEGER_TYPE
ENUMERAL_TYPE and BOOLEAN_TYPE
you want to use INTEGRAL_TYPE_P here.

RIchard.

> Tobias


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