[Mlir-commits] [mlir] [mlir][Transform] Create a transform interpreter and a preloader pass (PR #68661)
Matthias Springer
llvmlistbot at llvm.org
Wed Oct 11 08:49:52 PDT 2023
================
@@ -42,4 +42,35 @@ def InferEffectsPass : Pass<"transform-infer-effects"> {
}];
}
+def PreloadLibraryPass : Pass<"transform-preload-library"> {
+ let summary = "preload transform dialect library";
+ let description = [{
+ This pass preloads a transform library and makes it available to a subsequent
----------------
matthias-springer wrote:
remove `a`
https://github.com/llvm/llvm-project/pull/68661
More information about the Mlir-commits
mailing list