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
Rename CODE_OWNERS -> Maintainers (#114544)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
AffineToStandard
/
CMakeLists.txt
blob
cd8193aee8da3262434087e3dfa5be3826dd1bf5
1
add_mlir_conversion_library(MLIRAffineToStandard
2
AffineToStandard.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/AffineToStandard
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_LIBS PUBLIC
11
MLIRAffineDialect
12
MLIRAffineTransforms
13
MLIRAffineUtils
14
MLIRArithDialect
15
MLIRIR
16
MLIRMemRefDialect
17
MLIRPass
18
MLIRSCFDialect
19
MLIRTransforms
20
MLIRVectorDialect
21
)