Skip to content

Conversation

@silee2
Copy link
Contributor

@silee2 silee2 commented Aug 27, 2025

Adding missing MLIRSCFTransforms

@llvmbot
Copy link
Member

llvmbot commented Aug 27, 2025

@llvm/pr-subscribers-mlir-gpu

@llvm/pr-subscribers-mlir

Author: Sang Ik Lee (silee2)

Changes

Adding missing MLIRSCFTransforms


Full diff: https://github.com/llvm/llvm-project/pull/155726.diff

1 Files Affected:

  • (modified) mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt (+2)
diff --git a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
index ed54b0bb5ee81..84b25809f1ed0 100644
--- a/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
+++ b/mlir/lib/Conversion/XeGPUToXeVM/CMakeLists.txt
@@ -19,7 +19,9 @@ add_mlir_conversion_library(MLIRXeGPUToXeVM
   MLIRVectorDialect
   MLIRArithDialect
   MLIRIndexDialect
+  MLIRSCFDialect
   MLIRXeGPUDialect
   MLIRPass
   MLIRTransforms
+  MLIRSCFTransforms
 )

@silee2 silee2 enabled auto-merge (squash) August 27, 2025 23:54
@silee2 silee2 merged commit 238fe4e into llvm:main Aug 28, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants