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

PointerBrightening: GEP flattening of structure types #195

Open
carsonharmon opened this issue May 4, 2021 · 0 comments
Open

PointerBrightening: GEP flattening of structure types #195

carsonharmon opened this issue May 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@carsonharmon
Copy link
Contributor

There were some issues with flattening GEP's for structs, vector and array types. I think it was a straightforward issue of checking the type in some other visitor functions, but right now its not immediately needed. We can remove the checks in flattenGEP when we handle the cases. It's been awhile, but I think a tests in the suite which have memcpy trigger the issue.

@carsonharmon carsonharmon added the enhancement New feature or request label May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant