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

[Pipelines] Perform mergefunc after constmerge #92498

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

Conversation

yamt
Copy link
Contributor

@yamt yamt commented May 17, 2024

Constmerge can fold switch jump tables, possibly making functions identical again. It can help mergefunc.
On the otherhand, the opposite seems unlikely.

Fixes #92201

Constmerge can fold switch jump tables, possibly making functions
identical again. It can help mergefunc.
On the otherhand, the opposite seems unlikely.

Fixes llvm#92201
@yamt yamt force-pushed the mergefunc-after-constmerge branch from ebc89c7 to 91eadcf Compare May 17, 2024 06:31
@yamt yamt changed the title Perform mergefunc after constmerge [Pipelines] Perform mergefunc after constmerge May 17, 2024
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.

MergeFunction can't merge functions because of jump tables
1 participant