]> git.tdb.fi Git - libs/gl.git/commitdiff
Recognize backwards dependencies in GLSL loops
authorMikko Rasa <tdb@tdb.fi>
Thu, 22 Apr 2021 10:38:08 +0000 (13:38 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 22 Apr 2021 10:49:36 +0000 (13:49 +0300)
Assignments at the end of a loop may get used by references earlier in
the same loop and should not be removed.

The added testcase also triggers some other bugs which will be fixed
over the next few commits.


No differences found