Skip to content

BufferReuse #287

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

Closed
wants to merge 5 commits into from
Closed

BufferReuse #287

wants to merge 5 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 14, 2021

We created a pass for buffer reusing. This includes:

  • the search for each use range of an allocated value and their aliases
  • finding all potential reuses for those values
  • a fixpoint iteration which first finds a value which should be replaced
  • and second updates the potential reuse lists of that value

Also we created tests for the implementation to ensure the right behavior.

@repo-lockdown
Copy link

repo-lockdown bot commented Jan 14, 2021

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@repo-lockdown repo-lockdown bot closed this Jan 14, 2021
@repo-lockdown repo-lockdown bot locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants