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

transformations: Make loop folding consistent with mlir #4037

Merged
merged 2 commits into from
Mar 8, 2025

Conversation

mamanain
Copy link
Collaborator

@mamanain mamanain commented Mar 8, 2025

There was a difference in logic between this pass in mlir and xdsl and xdsl's version made it hard to flatten ptr loops. Made the logic consistent.

@mamanain mamanain added the transformations Changes or adds a transformatio label Mar 8, 2025
@mamanain mamanain self-assigned this Mar 8, 2025
Copy link

codecov bot commented Mar 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.23%. Comparing base (805ea3e) to head (a1b9d5c).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4037      +/-   ##
==========================================
+ Coverage   90.19%   90.23%   +0.04%     
==========================================
  Files         458      458              
  Lines       58337    58365      +28     
  Branches     5692     5687       -5     
==========================================
+ Hits        52616    52667      +51     
+ Misses       4331     4317      -14     
+ Partials     1390     1381       -9     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not merge this end-to-end test

Copy link
Member

@superlopuh superlopuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@mamanain mamanain merged commit abfb448 into xdslproject:main Mar 8, 2025
17 checks passed
@mamanain mamanain deleted the manainen/fix-loop-folding branch March 8, 2025 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transformations Changes or adds a transformatio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants