]> git.tdb.fi Git - libs/gl.git/commit
The load cache still needs to be pruned after the loop too
authorMikko Rasa <tdb@tdb.fi>
Wed, 28 Apr 2021 11:44:00 +0000 (14:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 28 Apr 2021 12:28:25 +0000 (15:28 +0300)
commit7302c50728ea317bcabe2d243af6b9142aac4ccd
tree320fc3312a6c1e20c14103c99f1f94f1065b54b4
parente0caeb9be47bc140978552bb7149f1c9c8c973db
The load cache still needs to be pruned after the loop too

Under SPIR-V's structured flow control rules it's not permissible to use
a result from inside the loop except with OpPhi.
source/glsl/spirv.cpp