-
Notifications
You must be signed in to change notification settings - Fork 31
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
Don't insert truncation within phi blocks #162
Conversation
Idea looks right. Algorithm for check the bb needs to be updated as suggested, otherwise looks fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo comment
Elliot bisected CI being broken to JuliaLang/julia@9d839f9 |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
==========================================
+ Coverage 51.68% 52.40% +0.71%
==========================================
Files 27 27
Lines 2693 2704 +11
==========================================
+ Hits 1392 1417 +25
+ Misses 1301 1287 -14
☔ View full report in Codecov by Sentry. |
This goes along with making diffractor follow this rule:
JuliaLang/julia#50158
The hard bit of this PR was writing the test. But now I know kinda how phi-nodes work.