[Mlir-commits] [mlir] [mlir][EmitC] Create a pass to add a reflection map to a class (PR #205464)

ioana ghiban llvmlistbot at llvm.org
Thu Jun 25 04:54:00 PDT 2026


================
@@ -0,0 +1,58 @@
+// RUN: mlir-opt -split-input-file --add-reflection-map="field-attr-name=emitc.field_ref excluded-field-attrs="emitc.other_field"" %s | FileCheck %s
----------------
ioghiban wrote:

[nit]: splitting in two lines might improve readability:

```suggestion
// RUN: mlir-opt -split-input-file --add-reflection-map="field-attr-name=emitc.field_ref \
// RUN: excluded-field-attrs="emitc.other_field"" %s | FileCheck %s
```

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


More information about the Mlir-commits mailing list