Re: [PATCH 1/2] ifconv: Remove unused array predicated

2025-07-16 Thread Richard Biener
On Mon, Jul 14, 2025 at 11:01 PM Andrew Pinski wrote: > > While starting to improve if-conv, I noticed that predicated > was only being set once inside a loop and accessed right below. > This became this way due to r14-8869-g8636c538b68068 and before > it was needed since it was accessed via 2 loo

[PATCH 1/2] ifconv: Remove unused array predicated

2025-07-14 Thread Andrew Pinski
While starting to improve if-conv, I noticed that predicated was only being set once inside a loop and accessed right below. This became this way due to r14-8869-g8636c538b68068 and before it was needed since it was accessed via 2 loops but now it is only set and then accessed in the next statement