-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't workingoptimizerRelated to the code optimizerRelated to the code optimizer
Description
Writes to global variables may be incorrectly eliminated by the Data Flow Optimization.
The issue only affects a sufficiently complex code, so no short example can be given at the moment.
To fix the issue, DFO will not eliminate writes to global variables at all. This removes some global variable optimizations that were available before. This is a new issue that will be resolved separately.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingoptimizerRelated to the code optimizerRelated to the code optimizer