On Thu, 10 Aug 2023, Jeff Law wrote:
>
>
> On 8/10/23 09:05, Richard Biener wrote:
> >
> >
> >> Am 10.08.2023 um 17:01 schrieb Jeff Law via Gcc-patches
> >> :
> >>
> >>
> >>
> >>> On 8/10/23 06:41, Richard Biener via Gcc-patches wrote:
> >>> The following adjusts the heuristic when we perform
On 8/10/23 09:05, Richard Biener wrote:
Am 10.08.2023 um 17:01 schrieb Jeff Law via Gcc-patches
:
On 8/10/23 06:41, Richard Biener via Gcc-patches wrote:
The following adjusts the heuristic when we perform PHI insertion
during GIMPLE PRE from requiring at least one edge that is suppos
> Am 10.08.2023 um 17:01 schrieb Jeff Law via Gcc-patches
> :
>
>
>
>> On 8/10/23 06:41, Richard Biener via Gcc-patches wrote:
>> The following adjusts the heuristic when we perform PHI insertion
>> during GIMPLE PRE from requiring at least one edge that is supposed
>> to be optimized for s
On 8/10/23 06:41, Richard Biener via Gcc-patches wrote:
The following adjusts the heuristic when we perform PHI insertion
during GIMPLE PRE from requiring at least one edge that is supposed
to be optimized for speed to also doing insertion when the expression
is available on all edges (but pos
The following adjusts the heuristic when we perform PHI insertion
during GIMPLE PRE from requiring at least one edge that is supposed
to be optimized for speed to also doing insertion when the expression
is available on all edges (but possibly with different value) and
we'd at most have one copy fr