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

Marius Brehler llvmlistbot at llvm.org
Mon Nov 25 07:04:09 PST 2024


================
@@ -12,6 +12,20 @@
 include "mlir/Pass/PassBase.td"
 
 
+//===----------------------------------------------------------------------===//
+// ToEmitC
+//===----------------------------------------------------------------------===//
+
+def ConvertToEmitCPass : Pass<"convert-to-emitc"> {
----------------
marbre wrote:

In the other EmitC passes, we don't append `Pass` to the class name.

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


More information about the Mlir-commits mailing list