Thanks for the explanation and fixing the boolean mess
Reviewed-by: Jason Ekstrand
On Mon, Jul 23, 2018 at 3:02 AM Timothy Arceri
wrote:
> The innermost check was added to stop us from unrolling multiple
> loops in a single pass, and to stop outer loops from unrolling.
>
> When we successfully
The innermost check was added to stop us from unrolling multiple
loops in a single pass, and to stop outer loops from unrolling.
When we successfully unroll a loop we need to run the analysis
pass again before deciding if we want to go ahead an unroll a
second loop.
However the logic was flawed b