Skip to content

[sycl-post-link] Fix call graph traversal for assert property generation #3998

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

Merged
merged 2 commits into from
Jun 28, 2021

Conversation

vmaksimo
Copy link
Contributor

This patch fixes early exit on call graph traversal. Now we do not mark
all functions above as "definitely does not call assert" as we can be sure it's
true only for a reached leaf.

This patch fixes early exit on call graph traversal. Now we do not mark
all functions above as "definitely does not call assert" as we can be sure it's
true only for a reached leaf.
@vmaksimo vmaksimo force-pushed the fix_assert_property branch from 33399ad to fcc53ea Compare June 25, 2021 10:28
mlychkov
mlychkov previously approved these changes Jun 25, 2021
@romanovvlad romanovvlad merged commit 7944294 into intel:sycl Jun 28, 2021
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.

4 participants