Removing decorations when doing constant propagation. (#2444)
In constant propagation, decoration are transfered from the original expression to the constant that will replace it. This can be wrong because there are no decorations that apply to constants. We choose to simply delete the decorations. Fixes #2441
Loading
Please register or sign in to comment