[Mlir-commits] [mlir] [mlir][emitc] make CExpression trait into interface (PR #142771)

Simon Camphausen llvmlistbot at llvm.org
Sat Jun 14 03:49:41 PDT 2025


================
@@ -462,7 +474,7 @@ def EmitC_ExpressionOp : EmitC_Op<"expression",
     ```
 
     The operations allowed within expression body are EmitC operations with the
-    CExpression trait.
+    CExpressionInterface trait.
----------------
simon-camp wrote:

```suggestion
    CExpressionInterface interface.
```

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


More information about the Mlir-commits mailing list