[PATCH] D107908: [mlir] BUILD.bazel: remove LLVMDialect from MathTransforms

Emilio Cota via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 09:02:35 PDT 2021


cota created this revision.
cota added reviewers: akuegel, bkramer.
Herald added subscribers: wrengr, Chia-hungDuan, dcaballe, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
cota requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

c1ebefdf77f3 <https://reviews.llvm.org/rGc1ebefdf77f34cc0b23597071098c8f8a8d2839b> "[mlir] Make polynomial approximation emit
std instead of LLVM ops" removed the dependence on LLVMDialect.

Remove the dependence also from BUILD.bazel.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107908

Files:
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -6686,7 +6686,6 @@
     includes = ["include"],
     deps = [
         ":IR",
-        ":LLVMDialect",
         ":MathDialect",
         ":Pass",
         ":SCFDialect",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107908.365770.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210811/446ccf48/attachment.bin>


More information about the llvm-commits mailing list