[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-12-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-11-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 --- Comment #16 from Timothy Arceri --- (In reply to Danylo from comment #15) > Created attachment 142567 [details] [review] > Removing unnecessary continue > > Optimization in question. Thanks! I've tried a few variations of this patch and

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 --- Comment #15 from Danylo --- Created attachment 142567 --> https://bugs.freedesktop.org/attachment.cgi?id=142567=edit Removing unnecessary continue Optimization in question. -- You are receiving this mail because: You are the assignee

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 --- Comment #14 from Danylo --- (In reply to Timothy Arceri from comment #13) > > None of that should matter. If the continue if removed there should be > nothing stopping the loop from unrolling, and if the loop is unrolled the > both ifs

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-11-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 --- Comment #13 from Timothy Arceri --- (In reply to Danylo from comment #12) > (In reply to Timothy Arceri from comment #11) > > > > So all we need to do is move everything after the if into the else block and > > remove the continue. Removing

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-11-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 Danylo changed: What|Removed |Added CC||danylo.pilia...@gmail.com --- Comment #12 from

[Mesa-dev] [Bug 32211] [GLSL] lower_jumps with continue-statements in for-loops prevents loop unrolling

2018-04-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32211 Timothy Arceri changed: What|Removed |Added Assignee|t_arc...@yahoo.com.au