blob: ffe1efbe0839c9b6f7109aed4d8e7346cccfe519 [file] [log] [blame] [edit]
add_subdirectory(TargetLowering)
add_clang_library(MLIRCIRTransforms
LifetimeCheck.cpp
LoweringPrepare.cpp
CIRSimplify.cpp
DropAST.cpp
IdiomRecognizer.cpp
LibOpt.cpp
StdHelpers.cpp
FlattenCFG.cpp
GotoSolver.cpp
SCFPrepare.cpp
CallConvLowering.cpp
DEPENDS
MLIRCIRPassIncGen
LINK_LIBS PUBLIC
clangAST
clangBasic
TargetLowering
MLIRAnalysis
MLIRIR
MLIRPass
MLIRTransformUtils
MLIRCIR
MLIRCIRInterfaces
)