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
/
PDLToPDLInterp
/
CMakeLists.txt
blob
fac84b14203bfb829d49d7ee55526f6259c6b491
1
add_mlir_conversion_library(MLIRPDLToPDLInterp
2
PDLToPDLInterp.cpp
3
Predicate.cpp
4
PredicateTree.cpp
5
RootOrdering.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/PDLToPDLInterp
9
10
DEPENDS
11
MLIRConversionPassIncGen
12
13
LINK_LIBS PUBLIC
14
MLIRIR
15
MLIRInferTypeOpInterface
16
MLIRPDLDialect
17
MLIRPDLInterpDialect
18
MLIRPass
19
)