Re: [PATCH] tree-optimization/102176 - locally compute participating SLP stmts

2021-09-02 Thread Richard Sandiford via Gcc-patches
Richard Biener writes: > This performs local re-computation of participating scalar stmts > in BB vectorization subgraphs to allow precise computation of > liveness of scalar stmts after vectorization and thus precise > costing. This treats all extern defs as live but continues > to optimisticall

[PATCH] tree-optimization/102176 - locally compute participating SLP stmts

2021-09-02 Thread Richard Biener via Gcc-patches
This performs local re-computation of participating scalar stmts in BB vectorization subgraphs to allow precise computation of liveness of scalar stmts after vectorization and thus precise costing. This treats all extern defs as live but continues to optimistically handle scalar defs that we think