Re: [PATCH] [RFC] Move VUSE and VDEF into gimple_ops array

2024-11-18 Thread Richard Biener
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

[PATCH] [RFC] Move VUSE and VDEF into gimple_ops array

2024-11-05 Thread Richard Biener
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

Re: [PATCH] [RFC] Move VUSE and VDEF into gimple_ops array

2024-11-05 Thread Jakub Jelinek
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