This reduces the dependencies of the MLIRVector target and makes the dialect consistent with other dialects. Differential Revision: https://reviews.llvm.org/D118533
10 lines
155 B
CMake
10 lines
155 B
CMake
add_mlir_library(MLIRDialectUtils
|
|
IndexingUtils.cpp
|
|
ReshapeOpsUtils.cpp
|
|
StructuredOpsUtils.cpp
|
|
StaticValueUtils.cpp
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRIR
|
|
)
|