mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 08:01:20 -05:00
chore(compiler): moves EncryptMulToDoubleTLU includes
This commit is contained in:
committed by
Alexandre Péré
parent
b58821b1d1
commit
083ab1103f
@@ -1,7 +1,4 @@
|
||||
set(LLVM_TARGET_DEFINITIONS EncryptedMulToDoubleTLU.td)
|
||||
mlir_tablegen(EncryptedMulToDoubleTLU.h.inc -gen-pass-decls -name Transforms)
|
||||
add_public_tablegen_target(EncryptedMulToDoubleTLUPassIncGen)
|
||||
add_dependencies(mlir-headers EncryptedMulToDoubleTLUPassIncGen)
|
||||
add_subdirectory(EncryptedMulToDoubleTLU)
|
||||
add_subdirectory(BigInt)
|
||||
add_subdirectory(Boolean)
|
||||
add_subdirectory(Max)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
set(LLVM_TARGET_DEFINITIONS EncryptedMulToDoubleTLU.td)
|
||||
mlir_tablegen(EncryptedMulToDoubleTLU.h.inc -gen-pass-decls -name Transforms)
|
||||
add_public_tablegen_target(EncryptedMulToDoubleTLUPassIncGen)
|
||||
add_dependencies(mlir-headers EncryptedMulToDoubleTLUPassIncGen)
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#define GEN_PASS_CLASSES
|
||||
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU.h.inc>
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU/EncryptedMulToDoubleTLU.h.inc>
|
||||
|
||||
namespace mlir {
|
||||
namespace concretelang {
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <concretelang/Dialect/FHE/Analysis/utils.h>
|
||||
#include <concretelang/Dialect/FHE/IR/FHEOps.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU/EncryptedMulToDoubleTLU.h>
|
||||
#include <concretelang/Support/Constants.h>
|
||||
#include <mlir/Dialect/Arith/IR/Arith.h>
|
||||
#include <mlir/Dialect/Func/IR/FuncOps.h>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <concretelang/Dialect/FHE/Analysis/MANP.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/BigInt/BigInt.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/Boolean/Boolean.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/EncryptedMulToDoubleTLU/EncryptedMulToDoubleTLU.h>
|
||||
#include <concretelang/Dialect/FHE/Transforms/Max/Max.h>
|
||||
#include <concretelang/Dialect/FHELinalg/Transforms/Tiling.h>
|
||||
#include <concretelang/Dialect/RT/Analysis/Autopar.h>
|
||||
|
||||
Reference in New Issue
Block a user