Re: [PATCH 4/6] ipa: Multiple predicates for loop properties, with frequencies

2020-10-02 Thread Martin Jambor
Hi, On Wed, Sep 30 2020, Jan Hubicka wrote: >> This patch enhances the ability of IPA to reason under what conditions >> loops in a function have known iteration counts or strides because it >> replaces single predicates which currently hold conjunction of >> predicates for all loops with vectors

Re: [PATCH 4/6] ipa: Multiple predicates for loop properties, with frequencies

2020-09-29 Thread Jan Hubicka
> This patch enhances the ability of IPA to reason under what conditions > loops in a function have known iteration counts or strides because it > replaces single predicates which currently hold conjunction of > predicates for all loops with vectors capable of holding multiple > predicates, each wi

[PATCH 4/6] ipa: Multiple predicates for loop properties, with frequencies

2020-09-29 Thread Martin Jambor
This patch enhances the ability of IPA to reason under what conditions loops in a function have known iteration counts or strides because it replaces single predicates which currently hold conjunction of predicates for all loops with vectors capable of holding multiple predicates, each with a cumul

[PATCH 4/6] ipa: Multiple predicates for loop properties, with frequencies

2020-09-07 Thread Martin Jambor
Hi, this patch enhances the ability of IPA to reason under what conditions loops in a function have known iteration counts or strides because it replaces single predicates which currently hold conjunction of predicates for all loops with vectors capable of holding multiple predicates, each with a