[Mlir-commits] [mlir] [mlir][transform] Handle multiple library preloading passes (PR #69320)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Oct 17 16:25:37 PDT 2023


Ingo =?utf-8?q?Müller?= <ingomueller at google.com>
Message-ID:
In-Reply-To: <llvm/llvm-project/pull/69320/mlir at github.com>


================
@@ -315,6 +315,62 @@ class BuildOnly : public DerivedTy {
   BuildOnly() : DerivedTy(/*buildOnly=*/true) {}
 };
 
+namespace detail {
----------------
ftynse wrote:

Can this go to some new `Utils` header? This doesn't look like stuff that belongs to the dialect definition.

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


More information about the Mlir-commits mailing list