Re: [PATCH] middle-end/111821 - compile-time/memory-hog with large copy

2024-08-05 Thread Jeff Law
On 8/2/24 6:50 AM, Richard Biener wrote: The following fixes a compile-time/memory-hog when performing a large aggregate copy to a small object allocated to a register. While store_bit_field_1 called by store_integral_bit_field will do nothign for accesses outside of the target the loop over t

[PATCH] middle-end/111821 - compile-time/memory-hog with large copy

2024-08-02 Thread Richard Biener
The following fixes a compile-time/memory-hog when performing a large aggregate copy to a small object allocated to a register. While store_bit_field_1 called by store_integral_bit_field will do nothign for accesses outside of the target the loop over the source in store_integral_bit_field will sti