Run bazle_to_cmake

PiperOrigin-RevId: 410883913
diff --git a/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt b/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt
index d2061de..88a96d2 100644
--- a/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt
+++ b/iree/compiler/Codegen/LLVMCPU/CMakeLists.txt
@@ -32,6 +32,7 @@
     MLIRAffineToStandard
     MLIRAnalysis
     MLIRArithmeticToLLVM
+    MLIRArithmeticTransforms
     MLIRIR
     MLIRLLVMCommonConversion
     MLIRLLVMIR
diff --git a/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt b/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt
index 8510a89..8e2bf58 100644
--- a/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt
+++ b/iree/compiler/Codegen/LLVMGPU/CMakeLists.txt
@@ -37,6 +37,7 @@
     MLIRAffine
     MLIRAffineToStandard
     MLIRArithmeticToLLVM
+    MLIRArithmeticTransforms
     MLIRGPUOps
     MLIRGPUToNVVMTransforms
     MLIRGPUToROCDLTransforms
diff --git a/iree/compiler/Codegen/SPIRV/CMakeLists.txt b/iree/compiler/Codegen/SPIRV/CMakeLists.txt
index 2e0c0df..805074e 100644
--- a/iree/compiler/Codegen/SPIRV/CMakeLists.txt
+++ b/iree/compiler/Codegen/SPIRV/CMakeLists.txt
@@ -41,6 +41,7 @@
     MLIRAnalysis
     MLIRArithmetic
     MLIRArithmeticToSPIRV
+    MLIRArithmeticTransforms
     MLIRGPUOps
     MLIRGPUToSPIRV
     MLIRGPUTransforms
diff --git a/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt b/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt
index 4dbe296..9c100fe 100644
--- a/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt
+++ b/iree/compiler/Dialect/Modules/VMVX/Transforms/CMakeLists.txt
@@ -24,6 +24,7 @@
     MLIRAffine
     MLIRAffineToStandard
     MLIRAffineTransforms
+    MLIRArithmeticTransforms
     MLIRIR
     MLIRLinalg
     MLIRLinalgTransforms