[llvm] [mlir] Fix #181286 Remove redundant SideEffectInterfaces from CAPIIR (PR #181435)

Lance Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 13 15:30:18 PST 2026


https://github.com/wang2yn84 created https://github.com/llvm/llvm-project/pull/181435

Remove redundant SideEffectInterfaces from CAPIIR. It's introduced in #181286 due to merge.

>From 71da7e46f49c1955d1a9aa7e3800382ffb900ba4 Mon Sep 17 00:00:00 2001
From: Lance Wang <lancewang at google.com>
Date: Fri, 13 Feb 2026 15:29:47 -0800
Subject: [PATCH] Remove redundant SideEffectInterfaces from CAPIIR

Remove redundant SideEffectInterfaces from CAPIIR. It's introduced in #181286 due to merge.
---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index ce64f010b2f8c..620228042dded 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -542,7 +542,6 @@ mlir_c_api_cc_library(
         ":IRDLDialect",
         ":InferTypeOpInterface",
         ":Parser",
-        ":SideEffectInterfaces",
         ":TransformsPassIncGen",
     ],
 )



More information about the llvm-commits mailing list