-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix Terminator Issue #478
Fix Terminator Issue #478
Conversation
Codecov ReportAttention: Patch coverage is
|
Performance Ratio:
|
It looks like this might have caused a small performance regression. I'm going to try a couple of things locally to resolve. |
Coverage failure is due to a chunk of code which is should only throw if something goes badly wrong -- everything else appears to be covered. I'm going to try to add a unit test for |
Unit test added. Will merge when CI (other than coverage) passes. |
Per discussions in #389 and #397 , this changes the normalisation pass to ensure that the CFG doesn't change. Another approach would have been to continue with how things are currently done and to properly reflect the changes in the CFG, but that would have been more work, and not obviously improved things further.