[llvm] [bazel][mlir][vector] Port 6e52a12811a17e5871f403f04fd4082d43160bf3 (PR #125936)

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 13:28:49 PST 2025


https://github.com/rupprecht created https://github.com/llvm/llvm-project/pull/125936

https://github.com/llvm/llvm-project/pull/121440

>From 6dad2d8dba42174b3ae785736529d529fc0a1d7d Mon Sep 17 00:00:00 2001
From: Jordan Rupprecht <rupprecht at google.com>
Date: Wed, 5 Feb 2025 13:27:34 -0800
Subject: [PATCH] [bazel][mlir][vector] Port
 6e52a12811a17e5871f403f04fd4082d43160bf3

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 4f52108581402ca..07d389a5df155ff 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -5097,6 +5097,7 @@ cc_library(
         ":BufferizationInterfaces",
         ":BytecodeOpInterface",
         ":ControlFlowInterfaces",
+        ":ConvertToLLVMInterface",
         ":DestinationStyleOpInterface",
         ":DialectUtils",
         ":IR",
@@ -12012,6 +12013,7 @@ cc_library(
         ":ArmSVEDialect",
         ":ArmSVETransforms",
         ":ConversionPassIncGen",
+        ":ConvertToLLVMInterface",
         ":FuncDialect",
         ":IR",
         ":LLVMCommonConversion",



More information about the llvm-commits mailing list