Adding upstream version 26.22.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0eb0fedc25
commit
ffc089e090
69 changed files with 29194 additions and 28548 deletions
|
@ -51,7 +51,9 @@ def normalize(expression, **kwargs):
|
|||
|
||||
|
||||
def simplify(expression, **kwargs):
|
||||
return optimizer.simplify.simplify(expression, constant_propagation=True, **kwargs)
|
||||
return optimizer.simplify.simplify(
|
||||
expression, constant_propagation=True, coalesce_simplification=True, **kwargs
|
||||
)
|
||||
|
||||
|
||||
def annotate_functions(expression, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue