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

spirv-fuzz: Determine if two pointers point to different memory regions #3723

Open
Vasniktel opened this issue Aug 18, 2020 · 1 comment
Open
Labels
component:fuzzer Relates to the spirv-fuzz tool

Comments

@Vasniktel
Copy link
Collaborator

Currently, there is no way to tell if two pointers point to the different memory locations. That being said, DataSynonym fact is not enough.

We could implement some interesting transformations if we had a way to determine this. In particular, we could improve support for memory instructions in TransformationMoveInstructionDown.

@Vasniktel
Copy link
Collaborator Author

I've thrown this here "just in case". Maybe it is better not to implement some general-purpose machinery and instead focus on a particular use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:fuzzer Relates to the spirv-fuzz tool
Projects
None yet
Development

No branches or pull requests

2 participants