Add MLIRLoopOpsTransforms dep to CMake configuration

Closes https://github.com/google/iree/pull/836

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/iree/pull/836 from iml130:cmake-fixes 9abd620fb626769932d7c9f49a1eddba108f9a34
PiperOrigin-RevId: 296998758
diff --git a/build_tools/cmake/iree_alwayslink.cmake b/build_tools/cmake/iree_alwayslink.cmake
index 8b71cdc..10eb167 100644
--- a/build_tools/cmake/iree_alwayslink.cmake
+++ b/build_tools/cmake/iree_alwayslink.cmake
@@ -74,6 +74,7 @@
     MLIRQuantizerTransforms
     MLIRLinalgToLLVM # createConvertLinalgToLLVMPass()
     MLIRLinalgToSPIRVTransforms
+    MLIRLoopOpsTransforms
     # TODO(marbre): Check the previously added libs
     MLIRAnalysis
     MLIREDSC
diff --git a/iree/tools/CMakeLists.txt b/iree/tools/CMakeLists.txt
index 1ca79e8..5fcb92c 100644
--- a/iree/tools/CMakeLists.txt
+++ b/iree/tools/CMakeLists.txt
@@ -175,6 +175,7 @@
       MLIRLinalgToSPIRVTransforms
       MLIRLinalgToLLVM
       MLIRLinalgUtils
+      MLIRLoopOpsTransforms
       MLIROptLib
       MLIRStandardOps
       MLIRSPIRV