[Mlir-commits] [mlir] [MLIR] Refix pr154556 (PR #155726)

Sang Ik Lee llvmlistbot at llvm.org
Wed Aug 27 16:55:07 PDT 2025


https://github.com/silee2 updated https://github.com/llvm/llvm-project/pull/155726

>From 4b2b506503ebe13266d30119550b0716db04143a Mon Sep 17 00:00:00 2001
From: "Lee, Sang Ik" <sang.ik.lee at intel.com>
Date: Wed, 27 Aug 2025 23:40:22 +0000
Subject: [PATCH 1/2] Add missing dependency for PR154556.

---
 mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
index ed54b0bb5ee81..6db306a33be86 100644
--- a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
@@ -19,6 +19,7 @@ add_mlir_conversion_library(MLIRXeGPUToXeVM
   MLIRVectorDialect
   MLIRArithDialect
   MLIRIndexDialect
+  MLIRSCFDialect
   MLIRXeGPUDialect
   MLIRPass
   MLIRTransforms

>From 3cfd41a8f1374a3a5aedd9f2d82bd9ac315a01d1 Mon Sep 17 00:00:00 2001
From: "Lee, Sang Ik" <sang.ik.lee at intel.com>
Date: Wed, 27 Aug 2025 23:52:29 +0000
Subject: [PATCH 2/2] One more missing piece.

---
 mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
index 6db306a33be86..84b25809f1ed0 100644
--- a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
@@ -23,4 +23,5 @@ add_mlir_conversion_library(MLIRXeGPUToXeVM
   MLIRXeGPUDialect
   MLIRPass
   MLIRTransforms
+  MLIRSCFTransforms
 )



More information about the Mlir-commits mailing list