-
Notifications
You must be signed in to change notification settings - Fork 564
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
OpenCL.DebugInfo.100 information preservation in spirv-opt legalization passes #3386
Comments
|
ssa-rewrite is WIP: #3356 |
I will start with eliminate-local-single-block and eliminate-local-single-store. |
I just sent a PR for merge return pass: #3389 |
I created this kanban to easily check the progress: https://github.com/KhronosGroup/SPIRV-Tools/projects/6 |
For the fix-storage-class pass, we do not have to update the code for the debug information because it does not have any impact on the debug information. |
The debug info preservation in the spirv-opt legalization passes is done \o/ |
This is an umbrella bug for OpenCL.DebugInfo.100 information preservation in spirv-opt legalization passes. #3367 and #3366 are parts of the debug information preservation.
The text was updated successfully, but these errors were encountered: