diff --git a/deps/ReactantExtra/WORKSPACE b/deps/ReactantExtra/WORKSPACE index 4579e560..c986b5a2 100644 --- a/deps/ReactantExtra/WORKSPACE +++ b/deps/ReactantExtra/WORKSPACE @@ -9,7 +9,7 @@ http_archive( urls = ["https://github.com/wsmoses/nsync/archive/{commit}.tar.gz".format(commit = NSYNC_COMMIT)], ) -ENZYMEXLA_COMMIT = "c81918c2e1625b3ed74dca4e123b2b65ab4aaf3a" +ENZYMEXLA_COMMIT = "2f1a70349297a21ce67f41cc94ff305dd0aef5d4" ENZYMEXLA_SHA256 = "" http_archive( diff --git a/src/Compiler.jl b/src/Compiler.jl index 4b07ab2b..5675119d 100644 --- a/src/Compiler.jl +++ b/src/Compiler.jl @@ -149,7 +149,6 @@ const opt_passes::String = join( "exp_simplify<16>", "slice_simplify<16>", "convert_simplify<16>", - "reshape_simplify<16>", "dynamic_slice_to_static<16>", "dynamic_update_slice_elim<16>", "concat_to_broadcast<16>",