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: (mlir-opt) separate mlir-opt pass errors #3687

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

superlopuh
Copy link
Member

We currently have two statements that can raise an error when calling out to mlir-opt, one for errors the executable raises, the other for parsing in xDSL, these should be reported separately.

@superlopuh superlopuh added the transformations Changes or adds a transformatio label Jan 2, 2025
@superlopuh superlopuh self-assigned this Jan 2, 2025
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (346e1d4) to head (709089a).
Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3687   +/-   ##
=======================================
  Coverage   91.30%   91.30%           
=======================================
  Files         466      466           
  Lines       58357    58360    +3     
  Branches     5624     5624           
=======================================
+ Hits        53283    53286    +3     
  Misses       3627     3627           
  Partials     1447     1447           

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

Copy link
Collaborator

@alexarice alexarice left a comment

Choose a reason for hiding this comment

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

Great

@superlopuh superlopuh merged commit 87308a1 into main Jan 6, 2025
16 checks passed
@superlopuh superlopuh deleted the sasha/gui/mlir-opt-error branch January 6, 2025 12:14
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