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
[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
TosaToArith
/
CMakeLists.txt
blob
8f1640c3211450777a0e131fdd104a7114008653
1
add_mlir_conversion_library(MLIRTosaToArith
2
TosaToArith.cpp
3
TosaToArithPass.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/Tosa
7
${MLIR_MAIN_INCLUDE_DIR}/mlir/IR
8
9
DEPENDS
10
MLIRConversionPassIncGen
11
12
LINK_LIBS PUBLIC
13
MLIRArithDialect
14
MLIRIR
15
MLIRPass
16
MLIRTosaDialect
17
MLIRTosaTransforms
18
MLIRSupport
19
)