[Mlir-commits] [mlir] [mlir][EmitC] Create a pass to add a reflection map to a class (PR #205464)
Bhavesh M
llvmlistbot at llvm.org
Tue Jul 14 12:53:15 PDT 2026
================
@@ -55,4 +56,73 @@ emitc.class @actionClass {
// CHECK-NEXT: %{{.*}} = get_field @fieldName0 : !emitc.array<1xf32>
// CHECK-NEXT: return
// CHECK-NEXT: }
+// CHECK-NEXT: }
+
+// -----
+
+/// Test that the pass leaves IR unchanged if fields don't have any attributes
----------------
beamandala wrote:
There's a match failure in this case so none of the transformations are applied.
https://github.com/llvm/llvm-project/pull/205464
More information about the Mlir-commits
mailing list