[Mlir-commits] [mlir] [mlir][EmitC] Add pass that combines all available emitc conversions (PR #117549)

Marius Brehler llvmlistbot at llvm.org
Wed Apr 30 09:37:40 PDT 2025


================
@@ -73,6 +74,7 @@ void SCFDialect::initialize() {
 #include "mlir/Dialect/SCF/IR/SCFOps.cpp.inc"
       >();
   addInterfaces<SCFInlinerInterface>();
+  declarePromisedInterface<ConvertToEmitCPatternInterface, SCFDialect>();
----------------
marbre wrote:

Might want to move this down before `declarePromisedInterface<ValueBoundsOpInterface, ForOp>();`?


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


More information about the Mlir-commits mailing list