[Mlir-commits] [mlir] [MLIR][DLTI][Transform] Introduce transform.dlti.query - 2nd attempt (PR #102652)

Rolf Morel llvmlistbot at llvm.org
Mon Aug 12 02:03:31 PDT 2024


rolfmorel wrote:

Good morning @rengolin and @banach-space,

I just now rebased on latest `main` and squashed the fix-up commit. `mlir-check` succeeds for me locally.

If you could help with trying to merge again, that would much appreciated!

The fix-up commit amounted to the following one line change:
```cpp
--- a/mlir/lib/Dialect/DLTI/TransformOps/DLTITransformOps.cpp
+++ b/mlir/lib/Dialect/DLTI/TransformOps/DLTITransformOps.cpp
@@ -75,6 +75,9 @@ class DLTITransformDialectExtension
     : public transform::TransformDialectExtension<
           DLTITransformDialectExtension> {
 public:
+  MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(DLTITransformDialectExtension)
+
   using Base::Base;

   void init()
```

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


More information about the Mlir-commits mailing list