1 # Exclude tests from libMLIR.so
2 add_mlir_library(MLIRAffineTransformsTestPasses
4 TestAffineLoopUnswitching.cpp
5 TestAffineLoopParametricTiling.cpp
7 TestDecomposeAffineOps.cpp
8 TestReifyValueBounds.cpp
11 TestLoopPermutation.cpp
12 TestVectorizationUtils.cpp
16 ADDITIONAL_HEADER_DIRS
17 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Affine
18 ${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
37 target_include_directories(MLIRAffineTransformsTestPasses
39 ${CMAKE_CURRENT_SOURCE_DIR}/../Test
40 ${CMAKE_CURRENT_BINARY_DIR}/../Test