Skip to content

Commit 1a06db3

Browse files
authored
No assoc binop reorder (#2807)
1 parent 6d7d864 commit 1a06db3

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

deps/ReactantExtra/WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NSYNC_COMMIT = "82b118aa7ace3132e517e2c467f8732978cf4023"
44

55
NSYNC_SHA256 = ""
66

7-
ENZYMEXLA_COMMIT = "a100be33cfb79bfb01ad535e4872ad800cfab1b0"
7+
ENZYMEXLA_COMMIT = "a041e48fe990e1d07b93f81196c7ade9d39ff6a3"
88

99
ENZYMEXLA_SHA256 = ""
1010

src/Compiler.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,9 @@ function optimization_passes(
762762
MLIR.API.enzymexlaFreeTransformPassesList(lower_passes_ptr[])
763763
main_passes_str = replace(main_passes_str, "convert_mul_convert;" => "")
764764
lower_passes_str = replace(lower_passes_str, "convert_mul_convert;" => "")
765+
766+
main_passes_str = replace(main_passes_str, "associative_binary_op_reordering<1>;" => "")
767+
lower_passes_str = replace(lower_passes_str, "associative_binary_op_reordering<1>;" => "")
765768

766769
transform_passes = join(
767770
[

0 commit comments

Comments
 (0)