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

Common Subexpression Elimination #408

Merged
merged 6 commits into from
Feb 12, 2024
Merged

Common Subexpression Elimination #408

merged 6 commits into from
Feb 12, 2024

Conversation

willow-ahrens
Copy link
Collaborator

fixes #134

@radha-patel radha-patel changed the title Rrpatel cse Common Subexpression Elimination Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bb758bb) 76.40% compared to head (7dfa4c4) 76.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #408      +/-   ##
==========================================
+ Coverage   76.40%   76.45%   +0.05%     
==========================================
  Files          85       85              
  Lines        7489     7505      +16     
==========================================
+ Hits         5722     5738      +16     
  Misses       1767     1767              

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

@willow-ahrens
Copy link
Collaborator Author

Cool, this looks great!

@willow-ahrens willow-ahrens merged commit e684046 into main Feb 12, 2024
8 checks passed
@willow-ahrens willow-ahrens deleted the rrpatel-cse branch February 12, 2024 17:40
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.

Common Subexpression Elimination on input IR
1 participant