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

[AutoBump] Merge with fixes of a506279e (Jun 14) (77) #341

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

joker-eph and others added 2 commits June 14, 2024 22:38
…5057)

This is a heavy process, and it can trigger a massive explosion in
adding block arguments. While potentially reducing the code size, the
resulting merged blocks with arguments are hiding some of the def-use
chain and can even hinder some further analyses/optimizations: a merge
block does not have it's own path-sensitive context, instead the context
is merged from all the predecessors.

Previous behavior can be restored by passing:

  {test-convergence region-simplify=aggressive}

to the canonicalize pass.
Base automatically changed from bump_to_41fecca9 to feature/fused-ops September 13, 2024 06:28
@mgehre-amd mgehre-amd merged commit ff7d639 into feature/fused-ops Sep 13, 2024
4 checks passed
@mgehre-amd mgehre-amd deleted the bump_to_a506279e branch September 13, 2024 06:28
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.

3 participants