mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 12:44:57 -05:00
cleanup(compiler): Remove custom print and parse TFHE types
This commit is contained in:
@@ -18,11 +18,6 @@ def TFHE_Dialect : Dialect {
|
||||
A dialect for representation of high level operation on fully homomorphic ciphertext.
|
||||
}];
|
||||
let cppNamespace = "::mlir::concretelang::TFHE";
|
||||
let useDefaultTypePrinterParser = 0;
|
||||
let extraClassDeclaration = [{
|
||||
::mlir::Type parseType(::mlir::DialectAsmParser &parser) const override;
|
||||
void printType(::mlir::Type type, ::mlir::DialectAsmPrinter &printer) const override;
|
||||
}];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user