[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
================
@@ -259,7 +261,7 @@ struct CppEmitter {
}
/// Get expression currently being emitted.
- ExpressionOp getEmittedExpression() { return emittedExpression; }
+ Operation *getEmittedExpression() { return emittedExpression; }
----------------
aniragil wrote:
Isn't this change redundant now?
https://github.com/llvm/llvm-project/pull/143008
More information about the Mlir-commits
mailing list