[Mlir-commits] [mlir] [mlir][EmitC] Add support for external functions (PR #80547)

Marius Brehler llvmlistbot at llvm.org
Mon Feb 5 02:51:02 PST 2024


================
@@ -913,6 +929,13 @@ static LogicalResult printOperation(CppEmitter &emitter,
 
   os << "(";
   Operation *operation = functionOp.getOperation();
+  if (functionOp.isExternal()) {
----------------
marbre wrote:

See discussion in reply to your overall comment.

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


More information about the Mlir-commits mailing list