[Mlir-commits] [mlir] [mlir][EmitC] Expand the MemRefToEmitC pass - Lowering `CopyOp` (PR #151206)
Gil Rapaport
llvmlistbot at llvm.org
Thu Jul 31 07:37:14 PDT 2025
================
@@ -27,6 +28,15 @@ namespace mlir {
using namespace mlir;
namespace {
+
+emitc::IncludeOp addHeader(OpBuilder &builder, ModuleOp module,
----------------
aniragil wrote:
This function should be probably be named `addStandardHeader` as it always sets `is_standard_include`.
https://github.com/llvm/llvm-project/pull/151206
More information about the Mlir-commits
mailing list