2019-03-30 13:10:12 +08:00
|
|
|
add_llvm_library(MLIRAnalysis STATIC
|
|
|
|
AffineAnalysis.cpp
|
|
|
|
AffineStructures.cpp
|
|
|
|
Dominance.cpp
|
|
|
|
LoopAnalysis.cpp
|
|
|
|
MemRefBoundCheck.cpp
|
|
|
|
NestedMatcher.cpp
|
|
|
|
OpStats.cpp
|
|
|
|
SliceAnalysis.cpp
|
2019-05-14 00:09:00 +08:00
|
|
|
TestMemRefDependenceCheck.cpp
|
2019-03-30 13:10:12 +08:00
|
|
|
TestParallelismDetection.cpp
|
|
|
|
Utils.cpp
|
|
|
|
VectorAnalysis.cpp
|
|
|
|
Verifier.cpp
|
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Analysis
|
|
|
|
)
|
2019-09-17 15:38:28 +08:00
|
|
|
add_dependencies(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps)
|
|
|
|
target_link_libraries(MLIRAnalysis MLIRAffineOps MLIRLoopOps MLIRVectorOps)
|