mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
Rebase to llvm-project at 3f81841474fe with a pending upstream patch for arbitrary element types in linalg named operations. Co-authored-by: Ayoub Benaissa <ayoub.benaissa@zama.ai>
4 lines
170 B
CMake
4 lines
170 B
CMake
set(LLVM_TARGET_DEFINITIONS Passes.td)
|
|
mlir_tablegen(Passes.h.inc -gen-pass-decls -name Transforms)
|
|
add_public_tablegen_target(ConcretelangTransformsBufferizePassIncGen)
|