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

dialects: (cf) Assert canonicalization pattern #3228

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

alexarice
Copy link
Collaborator

Going to work through adding all the canonicalization patterns for the cf ops that are in mlir.

Starting with removing "assert true"

@alexarice alexarice added dialects Changes on the dialects testing PRs that modify tests transformations Changes or adds a transformatio labels Sep 30, 2024
@alexarice alexarice self-assigned this Sep 30, 2024
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.05%. Comparing base (d9da45c) to head (e30d198).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3228      +/-   ##
==========================================
- Coverage   90.05%   90.05%   -0.01%     
==========================================
  Files         435      436       +1     
  Lines       54650    54672      +22     
  Branches     8474     8477       +3     
==========================================
+ Hits        49217    49234      +17     
- Misses       4060     4063       +3     
- Partials     1373     1375       +2     

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

@alexarice alexarice merged commit fa75c23 into main Oct 1, 2024
14 checks passed
@alexarice alexarice deleted the alexarice/assert-canonicalize branch October 1, 2024 21:20
emmau678 pushed a commit that referenced this pull request Oct 8, 2024
Adds canonicalization pattern for `cf.assert` which removes "assert true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects 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