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
[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git]
/
mlir
/
lib
/
Conversion
/
ArmNeon2dToIntr
/
CMakeLists.txt
blob
bab9d6e289418fde5355934e181a1eab94bbd61c
1
add_mlir_conversion_library(MLIRArmNeon2dToIntr
2
ArmNeon2dToIntr.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ArmNeon2dToIntr
6
7
DEPENDS
8
MLIRConversionPassIncGen
9
10
LINK_COMPONENTS
11
Core
12
13
LINK_LIBS PUBLIC
14
MLIRArithDialect
15
MLIRArmNeonDialect
16
MLIRPass
17
MLIRTransforms
18
MLIRIR
19
MLIRVectorDialect
20
)