Revert "feat(optimizer): create optimizer dag and use it"

This reverts commit 0b99f6d278.
This commit is contained in:
Quentin Bourgerie
2022-07-27 18:35:47 +02:00
parent 149cc24821
commit 511bcd99e7
25 changed files with 112 additions and 625 deletions

View File

@@ -350,6 +350,6 @@ def test_compile_and_run_invalid_arg_number(
def test_compile_invalid(mlir_input):
engine = JITSupport.new()
with pytest.raises(
RuntimeError, match=r"Could not find existing crypto parameters for"
RuntimeError, match=r"cannot find the function for generate client parameters"
):
engine.compile(mlir_input)