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: (func) Add custom syntax for func.return #1168

Merged
merged 1 commit into from
Jun 21, 2023

add custom syntax for func.return

a3d740b
Select commit
Loading
Failed to load commit list.
Merged

dialects: (func) Add custom syntax for func.return #1168

add custom syntax for func.return
a3d740b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 21, 2023 in 1s

88.61% (target 1.00%)

View this Pull Request on Codecov

88.61% (target 1.00%)

Details

Codecov Report

Patch coverage: 82.22% and project coverage change: -0.02 ⚠️

Comparison is base (68f1d3a) 88.63% compared to head (a3d740b) 88.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1168      +/-   ##
==========================================
- Coverage   88.63%   88.61%   -0.02%     
==========================================
  Files         158      158              
  Lines       22148    22180      +32     
  Branches     3318     3326       +8     
==========================================
+ Hits        19630    19654      +24     
- Misses       1985     1990       +5     
- Partials      533      536       +3     
Impacted Files Coverage Δ
tests/filecheck/frontend/dialects/affine.py 52.72% <ø> (ø)
tests/filecheck/frontend/dialects/func.py 76.92% <ø> (ø)
tests/filecheck/frontend/dialects/scf.py 50.57% <ø> (ø)
xdsl/frontend/code_generation.py 91.72% <66.66%> (ø)
xdsl/dialects/func.py 91.32% <78.12%> (-3.19%) ⬇️
tests/dialects/test_func.py 100.00% <100.00%> (ø)
tests/dialects/test_memref.py 100.00% <100.00%> (ø)
tests/interpreters/test_pdl_interpreter.py 90.97% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.