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

add readwriteread ll test #23

Merged
merged 1 commit into from
Nov 7, 2019
Merged

add readwriteread ll test #23

merged 1 commit into from
Nov 7, 2019

Conversation

timkaler
Copy link
Contributor

@timkaler timkaler commented Nov 7, 2019

This is adding an .ll test to verify correct elision of caching for loads in case where have: f_read(x); g_write(x); h_read(x) --- in this case only the augmented f_read function needs to cache a load of x. There are already c tests for this, but the C tests do not check for the presence of the optimization they only check for correctness.

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.

None yet

2 participants