[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:41 PDT 2025


================
@@ -0,0 +1,24 @@
+//===- ConvertToEmitCPass.h - Conversion to EmitC pass ----------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_CONVERSION_CONVERTTOEMITC_CONVERTTOEMITCPASS_H
+#define MLIR_CONVERSION_CONVERTTOEMITC_CONVERTTOEMITCPASS_H
+
+#include "llvm/ADT/SmallVector.h"
----------------
marbre wrote:

Is this needed?

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


More information about the Mlir-commits mailing list