You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest spirv-tools no longer clears the analyses because it added a lot of preserved analyses to compact ids pass, so it actually gets run and finds a basic block that isn't present in the context, but is in the module in CheckCFG().
The text was updated successfully, but these errors were encountered:
The latest spirv-tools no longer clears the analyses because it added a lot of preserved analyses to compact ids pass, so it actually gets run and finds a basic block that isn't present in the context, but is in the module in CheckCFG().
The text was updated successfully, but these errors were encountered: