repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
VectorToSPIRV
/
CMakeLists.txt
blob
bb9f793d7fe0ff59d5024f8aed351a910572f13e
1
add_mlir_conversion_library(MLIRVectorToSPIRV
2
VectorToSPIRV.cpp
3
VectorToSPIRVPass.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/VectorToSPIRV
7
8
DEPENDS
9
MLIRConversionPassIncGen
10
intrinsics_gen
11
12
LINK_LIBS PUBLIC
13
MLIRArithDialect
14
MLIRSPIRVDialect
15
MLIRSPIRVConversion
16
MLIRVectorDialect
17
MLIRTransforms
18
)