On Tue, 5 Nov 2024, Jakub Jelinek wrote:
> On Tue, Nov 05, 2024 at 01:43:53PM +0100, Richard Biener wrote:
> > The following moves the two virtual operands into the gimple_ops
> > array, thereby allowing those to be allocated on-demand. In
> > particular the patch goes the simple route never allo
The following moves the two virtual operands into the gimple_ops
array, thereby allowing those to be allocated on-demand. In
particular the patch goes the simple route never allocating those
for GIMPLE_UNARY_RHS, GIMPLE_BINARY_RHS or GIMPLE_TERNARY_RHS.
I did not clean up the class hierarchy, I d
On Tue, Nov 05, 2024 at 01:43:53PM +0100, Richard Biener wrote:
> The following moves the two virtual operands into the gimple_ops
> array, thereby allowing those to be allocated on-demand. In
> particular the patch goes the simple route never allocating those
> for GIMPLE_UNARY_RHS, GIMPLE_BINARY