KhronosGroup / SPIRV-Cross

SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Apache License 2.0
1.96k stars 549 forks source link

Block loop optimization if Phi is used. #2299

Closed HansKristian-Work closed 3 months ago

HansKristian-Work commented 3 months ago

Somehow this hasn't been caught until now. Impressive.

We'll have to emit side effects in condition block to make this work, which breaks loop conditionals.

Fix #2285.