Skip to content
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

Fix mangling for atomic builtins used with SPV_KHR_untyped_pointers #2771

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

vmaksimo
Copy link
Contributor

This change allows to preserve the correct builtin mangling in reverse translation.
All the existing tests for atomics (except atomic flag instructions which are not covered by the extension) were updated to verify we get the same mangling with and without extension enabled.

This change allows to preserve the correct builtin mangling in reverse translation. All the existing tests for atomics (except atomic flag instructions which are not covered by the extension) were updated to verify we get the same mangling with and without extension enabled.
lib/SPIRV/SPIRVInternal.h Outdated Show resolved Hide resolved
lib/SPIRV/SPIRVReader.cpp Outdated Show resolved Hide resolved
lib/SPIRV/libSPIRV/SPIRVInstruction.h Outdated Show resolved Hide resolved
lib/SPIRV/SPIRVReader.cpp Outdated Show resolved Hide resolved
@MrSidims MrSidims merged commit 5660237 into KhronosGroup:main Oct 22, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants