summaryrefslogtreecommitdiffstats
path: root/mlir/test/lib/Transforms
diff options
context:
space:
mode:
authorNicolas Vasilache <ntv@google.com>2019-09-20 10:49:38 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-09-20 10:50:04 -0700
commitdaf3b855100c56552ed44f796e31184c274e33f8 (patch)
treed3f162c23010f8db44b0579cc62a281ae82a3400 /mlir/test/lib/Transforms
parenta00b5682776555ed378d67ae2569d12c4e9b112d (diff)
downloadbcm5719-llvm-daf3b855100c56552ed44f796e31184c274e33f8.tar.gz
bcm5719-llvm-daf3b855100c56552ed44f796e31184c274e33f8.zip
Fix public build
TestMemRefStrideCalculation.cpp was missing PiperOrigin-RevId: 270304543
Diffstat (limited to 'mlir/test/lib/Transforms')
-rw-r--r--mlir/test/lib/Transforms/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlir/test/lib/Transforms/CMakeLists.txt b/mlir/test/lib/Transforms/CMakeLists.txt
index a9c7217503e..275283b2c18 100644
--- a/mlir/test/lib/Transforms/CMakeLists.txt
+++ b/mlir/test/lib/Transforms/CMakeLists.txt
@@ -4,6 +4,7 @@ add_llvm_library(MLIRTestTransforms
TestInlining.cpp
TestLoopMapping.cpp
TestLoopParametricTiling.cpp
+ TestMemRefStrideCalculation.cpp
TestVectorizationUtils.cpp
ADDITIONAL_HEADER_DIRS
OpenPOWER on IntegriCloud