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: stencil: Add canonicalization patterns and related traits. #2623

Merged
merged 3 commits into from
May 24, 2024

Conversation

PapyChacal
Copy link
Collaborator

Add canonicalization patterns to remove redundant operands and unused results on stencil.apply.
Add the Pure trait on pure stencil operations to trigger DCE transparently. (e.g., unused accesses).

@PapyChacal PapyChacal added the dialects Changes on the dialects label May 22, 2024
@PapyChacal PapyChacal self-assigned this May 22, 2024
@PapyChacal PapyChacal marked this pull request as ready for review May 22, 2024 12:38
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.57%. Comparing base (78d4952) to head (762779b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2623      +/-   ##
==========================================
+ Coverage   89.55%   89.57%   +0.01%     
==========================================
  Files         358      359       +1     
  Lines       45784    45837      +53     
  Branches     6921     6930       +9     
==========================================
+ Hits        41001    41057      +56     
+ Misses       3715     3712       -3     
  Partials     1068     1068              

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

@PapyChacal PapyChacal merged commit 0f9ee49 into main May 24, 2024
10 checks passed
@PapyChacal PapyChacal deleted the emilien/stencil-canonicalize branch May 24, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialects Changes on the dialects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants