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

compiler: Fix space conditions with loop blocking #2302

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

FabioLuporini
Copy link
Contributor

No description provided.

@FabioLuporini FabioLuporini added the bug-C bug in the generated code label Feb 6, 2024
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0f249f2) 86.70% compared to head (bb5a335) 86.71%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2302   +/-   ##
=======================================
  Coverage   86.70%   86.71%           
=======================================
  Files         229      229           
  Lines       42942    42957   +15     
  Branches     7957     7958    +1     
=======================================
+ Hits        37235    37252   +17     
+ Misses       5023     5021    -2     
  Partials      684      684           

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

exprs = [uxreplace(e, {d: bd}) for e in c.exprs]
subs = {d: bd}
exprs = [uxreplace(e, subs) for e in c.exprs]
guards = {subs.get(i, i): v for i, v in c.guards.items()}
Copy link
Contributor

Choose a reason for hiding this comment

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

Might want a ""project(d, newd)" or somethign in guards but nitpicking

@FabioLuporini FabioLuporini merged commit f625d1c into master Feb 7, 2024
31 checks passed
@FabioLuporini FabioLuporini deleted the fix-cond-dim-parlang branch February 7, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-C bug in the generated code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants