Re: [PATCH] asf: Skip when an instruction doesn't satisfy the constraints [PR119795]

2025-07-28 Thread Konstantinos Eleftheriou
Hi Jeff, On Sat, Jul 26, 2025 at 7:05 PM Jeff Law wrote: > > > > On 7/22/25 4:19 AM, Konstantinos Eleftheriou wrote: > > While scanning the instructions and upon reaching an instruction that > > doesn't satisfy the constraints that we have set, we were removing the > > already detected stores, bu

Re: [PATCH] asf: Skip when an instruction doesn't satisfy the constraints [PR119795]

2025-07-26 Thread Jeff Law
On 7/22/25 4:19 AM, Konstantinos Eleftheriou wrote: While scanning the instructions and upon reaching an instruction that doesn't satisfy the constraints that we have set, we were removing the already detected stores, but we were continuing adding stores from that point onward. This was causin

[PATCH] asf: Skip when an instruction doesn't satisfy the constraints [PR119795]

2025-07-22 Thread Konstantinos Eleftheriou
While scanning the instructions and upon reaching an instruction that doesn't satisfy the constraints that we have set, we were removing the already detected stores, but we were continuing adding stores from that point onward. This was causing issues when the address ranges from later stores overla