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

#7954 alias analysis attempt #9213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

badumbatish
Copy link

Mentioned in #7954, attempted in #8535, reattempted in this pr.

Draft first for ci pipeline. Possible rebase for better commit msg

 Changes to be committed:
	modified:   cranelift/codegen/src/alias_analysis.rs: Use
        dominator tree
        modified:   cranelift/codegen/src/context.rs: Use dominator tree
	modified:   cranelift/codegen/src/dominator_tree.rs: Fix
        dominates and computes and modify logic of domination
@badumbatish badumbatish marked this pull request as ready for review September 7, 2024 21:09
@badumbatish badumbatish requested a review from a team as a code owner September 7, 2024 21:09
@badumbatish badumbatish requested review from elliottt and removed request for a team September 7, 2024 21:09
@github-actions github-actions bot added the cranelift Issues related to the Cranelift code generator label Sep 10, 2024
Comment on lines +442 to +448

/// Clear the data structure
/// Recursively clears its underlying children
pub fn clear(&mut self) {
self.nodes.clear();
self.stack.clear();
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this function still needed? It doesn't look like it's referenced from the changes in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cranelift Issues related to the Cranelift code generator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants