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

@@ -138,8 +138,7 @@ createClientParametersForV0(V0FHEContext fheContext,
});
if (funcOp == rangeOps.end()) {
return llvm::make_error<llvm::StringError>(
"cannot find the function for generate client parameters '" +
functionName + "'",
"cannot find the function for generate client parameters",
llvm::inconvertibleErrorCode());
}