Re: [PATCH] forwprop: Manually rename the virtual mem op for complex and vector loads prop

2025-06-01 Thread Richard Biener
> Am 01.06.2025 um 04:16 schrieb Andrew Pinski : > > There are two places which forwprop replaces an original load to a few > different loads. > Both can set the vuse manually instead of relying on update_ssa. > One is doing a complex load followed by REAL/IMAG_PART only > And the other is ve

[PATCH] forwprop: Manually rename the virtual mem op for complex and vector loads prop

2025-05-31 Thread Andrew Pinski
There are two places which forwprop replaces an original load to a few different loads. Both can set the vuse manually instead of relying on update_ssa. One is doing a complex load followed by REAL/IMAG_PART only And the other is very similar but for vector loads followed by BIT_FIELD_REF. Since