Skip to content

Name dependent CSE bug: Compare ASM only #15942

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

Merged
merged 1 commit into from
Mar 15, 2025

Conversation

clonker
Copy link
Member

@clonker clonker commented Mar 14, 2025

The method implemented in #15838 will lead to the replaced _1 and _2 being preserved, making the test fail as the pretty printed source is no longer identical for the two cases. This PR changes the test so that only ASM output is produced and subsequently compared which is invariant under the change in label.

@clonker clonker force-pushed the name_dependent_cse_bug_only_asm branch from 33af0e1 to dec7b16 Compare March 14, 2025 08:47
@cameel cameel force-pushed the name_dependent_cse_bug_only_asm branch from dec7b16 to 145e281 Compare March 15, 2025 00:10
@cameel cameel enabled auto-merge March 15, 2025 00:10
@cameel cameel merged commit a652292 into develop Mar 15, 2025
74 checks passed
@cameel cameel deleted the name_dependent_cse_bug_only_asm branch March 15, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants