Initial work on constant propagation
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 31
− 0
@@ -354,6 +354,8 @@ class Multiplication(AbstractOperation):
@@ -690,6 +692,14 @@ class Butterfly(AbstractOperation):
@@ -729,6 +739,19 @@ class MAD(AbstractOperation):
@@ -780,3 +803,11 @@ class SymmetricTwoportAdaptor(AbstractOperation):