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
[OpenACC] Implement 'collapse' for combined constructs.
[llvm-project.git]
/
mlir
/
lib
/
Dialect
/
Complex
/
IR
/
CMakeLists.txt
blob
a90f34ec1684d902e25ad88d8f17253872f98fa0
1
add_mlir_dialect_library(MLIRComplexDialect
2
ComplexOps.cpp
3
ComplexDialect.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Complex
7
8
DEPENDS
9
MLIRComplexOpsIncGen
10
MLIRComplexAttributesIncGen
11
12
LINK_LIBS PUBLIC
13
MLIRArithDialect
14
MLIRDialect
15
MLIRInferTypeOpInterface
16
MLIRIR
17
)