[mlir][Bazel] Add missing dependency to ArithmeticTransforms.

This commit is contained in:
Adrian Kuegel 2022-01-27 09:31:55 +01:00
parent fd71493ff0
commit a911a69408
1 changed files with 1 additions and 0 deletions

View File

@ -7831,6 +7831,7 @@ cc_library(
":Affine",
":AffineUtils",
":ArithmeticDialect",
":ArithmeticTransforms",
":IR",
":InferTypeOpInterface",
":MemRefDialect",