Files
concrete/compiler/lib/Dialect/LowLFHE/IR/LowLFHEOps.cpp
Ayoub Benaissa 7a2511b3d4 feat(compiler): LowLFHE dialect (#77)
* feat(compiler): low level fhe dialect

* feat(compiler): using generated printer/parser in LowLFHE

* feat(compiler): new types and ops for LowLFHE

* tests(compiler): LowLFHE types and ops

* feat(compiler): fill ops

* cleanup

* summary + description

* tests(compiler): use new CLI args

* formatting
2021-08-05 14:32:46 +01:00

6 lines
188 B
C++

#include "zamalang/Dialect/LowLFHE/IR/LowLFHEOps.h"
#include "zamalang/Dialect/LowLFHE/IR/LowLFHETypes.h"
#define GET_OP_CLASSES
#include "zamalang/Dialect/LowLFHE/IR/LowLFHEOps.cpp.inc"