Add TestLoopFusion.cpp to CMakeLists.txt
authorLei Zhang <antiagainst@google.com>
Fri, 24 May 2019 21:39:05 +0000 (14:39 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 2 Jun 2019 03:00:52 +0000 (20:00 -0700)
--

PiperOrigin-RevId: 249901490

mlir/lib/Transforms/CMakeLists.txt

index 9aa9c37..96b2300 100644 (file)
@@ -17,6 +17,7 @@ add_llvm_library(MLIRTransforms
   SimplifyAffineStructures.cpp
   StripDebugInfo.cpp
   TestConstantFold.cpp
+  TestLoopFusion.cpp
   Utils/FoldUtils.cpp
   Utils/GreedyPatternRewriteDriver.cpp
   Utils/LoopFusionUtils.cpp