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

transforms: (canonicalize) improve dead code elimination #3252

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

alexarice
Copy link
Collaborator

Moves the dead code elimination into the main pattern rewriting loop of canonicalization, allowing more canonicalization patterns to be done after dce.

@alexarice alexarice self-assigned this Oct 7, 2024
@alexarice alexarice added testing PRs that modify tests transformations Changes or adds a transformatio labels Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.92%. Comparing base (f6c5960) to head (1d78b82).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3252   +/-   ##
=======================================
  Coverage   89.92%   89.92%           
=======================================
  Files         441      441           
  Lines       55417    55417           
  Branches     8643     8643           
=======================================
  Hits        49832    49832           
  Misses       4158     4158           
  Partials     1427     1427           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexarice alexarice merged commit 5243d81 into main Oct 7, 2024
13 of 14 checks passed
@alexarice alexarice deleted the alexarice/canonicalize-dce branch October 7, 2024 18:19
emmau678 pushed a commit that referenced this pull request Oct 8, 2024
Moves the dead code elimination into the main pattern rewriting loop of
canonicalization, allowing more canonicalization patterns to be done
after dce.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing PRs that modify tests transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants