forked from OSchip/llvm-project
Add TestLoopFusion.cpp to CMakeLists.txt
-- PiperOrigin-RevId: 249901490
This commit is contained in:
parent
06734badbc
commit
ba104f871c
|
@ -17,6 +17,7 @@ add_llvm_library(MLIRTransforms
|
||||||
SimplifyAffineStructures.cpp
|
SimplifyAffineStructures.cpp
|
||||||
StripDebugInfo.cpp
|
StripDebugInfo.cpp
|
||||||
TestConstantFold.cpp
|
TestConstantFold.cpp
|
||||||
|
TestLoopFusion.cpp
|
||||||
Utils/FoldUtils.cpp
|
Utils/FoldUtils.cpp
|
||||||
Utils/GreedyPatternRewriteDriver.cpp
|
Utils/GreedyPatternRewriteDriver.cpp
|
||||||
Utils/LoopFusionUtils.cpp
|
Utils/LoopFusionUtils.cpp
|
||||||
|
|
Loading…
Reference in New Issue