Re: Loop splitting based on constant prefix of an array

2022-05-30 Thread Richard Biener via Gcc
On Fri, May 27, 2022 at 11:13 PM Laleh Beni via Gcc wrote: > > GCC compiler is able to understand if the prefix of an array holds > constant/static data and apply compiler optimizations on that partial > constant part of the array, however, it seems that it is not leveraging > this information in

Loop splitting based on constant prefix of an array

2022-05-27 Thread Laleh Beni via Gcc
GCC compiler is able to understand if the prefix of an array holds constant/static data and apply compiler optimizations on that partial constant part of the array, however, it seems that it is not leveraging this information in all cases. On understanding the behavior of compiler optimization for