Files
clang-p2996/mlir/lib/Dialect/Bufferization/CMakeLists.txt
Martin Erhart 08b7a71bcc [mlir][bufferization] Define a pipeline for buffer deallocation (#66352)
Since ownership based buffer deallocation requires a few passes to be run in a somewhat fixed sequence, it makes sense to have a pipeline for convenience (and to reduce the number of transform ops to represent default deallocation).
2023-09-15 09:39:17 +02:00

5 lines
109 B
CMake

add_subdirectory(IR)
add_subdirectory(Pipelines)
add_subdirectory(TransformOps)
add_subdirectory(Transforms)