[mlir] BUILD.bazel: remove LLVMDialect from MathTransforms

c1ebefdf77 "[mlir] Make polynomial approximation emit
std instead of LLVM ops" removed the dependence on LLVMDialect.

Remove the dependence also from BUILD.bazel.

Reviewed By: bkramer

Differential Revision: https://reviews.llvm.org/D107908
This commit is contained in:
Emilio Cota 2021-08-11 22:27:04 +02:00 committed by Benjamin Kramer
parent 39c38c2152
commit 7f3c3d7aa4
1 changed files with 0 additions and 1 deletions

View File

@ -6686,7 +6686,6 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":LLVMDialect",
":MathDialect",
":Pass",
":SCFDialect",