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).
5 lines
109 B
CMake
5 lines
109 B
CMake
add_subdirectory(IR)
|
|
add_subdirectory(Pipelines)
|
|
add_subdirectory(TransformOps)
|
|
add_subdirectory(Transforms)
|