[llvm] [Bazel] Added SCFDialect to mlir-vulkan-runner (PR #76454)

Balaji V. Iyer. via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 09:05:32 PST 2023


https://github.com/bviyer created https://github.com/llvm/llvm-project/pull/76454

Added SCFDialect to mlir-vulkan-runner cc_binary.

>From 11fb6838ae1e0dcf7a7eec583a7270d5958bd311 Mon Sep 17 00:00:00 2001
From: "Balaji V. Iyer" <bviyer at gmail.com>
Date: Wed, 27 Dec 2023 11:03:52 -0600
Subject: [PATCH] [Bazel] Added SCFDialect to mlir-vulkan-runner

Added SCFDialect to mlir-vulkan-runner cc_binary.
---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index c80d714f6a9915..9e730c33db2de0 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -9360,6 +9360,7 @@ cc_binary(
         ":MlirJitRunner",
         ":Pass",
         ":ReconcileUnrealizedCasts",
+	":SCFDialect",
         ":SPIRVDialect",
         ":SPIRVTransforms",
         ":ToLLVMIRTranslation",



More information about the llvm-commits mailing list