Files
concrete/compiler/lib/Transforms/CMakeLists.txt
Andi Drebes 85ebc0cb7a Rebase onto llvm-project 3f81841474fe with patch for arbitrary types in linalg named ops
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>
2022-07-27 22:45:38 +02:00

17 lines
301 B
CMake

add_mlir_library(ConcretelangTransforms
ForLoopToParallel.cpp
ADDITIONAL_HEADER_DIRS
${PROJECT_SOURCE_DIR}/include/concretelang/Transforms
DEPENDS
MLIRTransforms
ConcretelangTransformsBufferizePassIncGen
mlir-headers
LINK_LIBS PUBLIC
MLIRIR
MLIRMemRefDialect
MLIRTransforms
)