[mlir] Update BUILD rule for AffineUtils

bc657b2eef adds the dependency to
MemRefDialect.

Reviewed By: GMNGeoffrey, mehdi_amini

Differential Revision: https://reviews.llvm.org/D115558
This commit is contained in:
Chia-hung Duan 2021-12-10 23:50:27 +00:00
parent 1f35d7b5de
commit 8cbd9c4c0e

View File

@ -2053,9 +2053,8 @@ cc_library(
":Affine",
":Analysis",
":IR",
":Support",
":MemRefDialect",
":TransformUtils",
"//llvm:Support",
],
)