-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spirv-diff crashing with OpString #5971
Comments
Thanks for the report. spirv-diff is not creating a mapping for %10 which is only a parameter of |
Actually the crash itself was due something more trivial, the map of id->instruction was not being populated for debug instructions. This fixes the crash: #5988 The OpString instructions are still not correctly matched with that fix, but at least there is no crash. |
Take the following, duplicate it and go
spirv-diff a.spv b.spv
and it will crash withcc @ShabbyX (might not get time to soon, but wanted to report it)
The text was updated successfully, but these errors were encountered: