[Mlir-commits] [mlir] [MLIR][Transform] Prefer entry points in current module (PR #151323)

Erick Ochoa Lopez llvmlistbot at llvm.org
Thu Jul 31 07:39:22 PDT 2025


================
@@ -121,23 +121,94 @@ ModuleOp transform::detail::getPreloadedTransformModule(MLIRContext *context) {
       ->getLibraryModule();
 }
 
+namespace {
+
+transform::TransformOpInterface
+findTransformEntryPointNonRecursive(Operation *op, StringRef entryPoint) {
----------------
amd-eochoalo wrote:

Thanks for the review! I've addressed your comments in this commit: https://github.com/llvm/llvm-project/pull/151323/commits/c204fd14ae715e47dbde7849f1ec5df866a6bc03

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


More information about the Mlir-commits mailing list