On Sat, Dec 14, 2024 at 9:22 PM Jeff Law wrote:
>
>
>
> On 12/3/24 10:07 AM, Richard Biener wrote:
> > Turns out SLP discovery can end up doing a lot of vector type
> > builds from scalar types. Those are all ultimatively cached but
> > end up built and layouted first. The latter is particularly
On 12/3/24 10:07 AM, Richard Biener wrote:
Turns out SLP discovery can end up doing a lot of vector type
builds from scalar types. Those are all ultimatively cached but
end up built and layouted first. The latter is particularly
expensive because it does tree node arithmetic to compute TYPE_
Turns out SLP discovery can end up doing a lot of vector type
builds from scalar types. Those are all ultimatively cached but
end up built and layouted first. The latter is particularly
expensive because it does tree node arithmetic to compute TYPE_SIZE
and TYPE_SIZE_UNIT. The following replaces