[Mlir-commits] [mlir] [mlir][emitc] Add 'emitc.while' and 'emitc.do' ops to the dialect (PR #143008)

Gil Rapaport llvmlistbot at llvm.org
Thu Aug 14 08:37:11 PDT 2025


================
@@ -317,7 +320,7 @@ struct CppEmitter {
   unsigned int valueCount{0};
 
   /// State of the current expression being emitted.
-  ExpressionOp emittedExpression;
+  Operation *emittedExpression = nullptr;
----------------
aniragil wrote:

Same here.

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


More information about the Mlir-commits mailing list