[Mlir-commits] [mlir] mlir: add an operation to EmitC for function template instantiation (PR #100895)

Rohan Yadav llvmlistbot at llvm.org
Mon Jul 29 09:50:46 PDT 2024


================
@@ -656,6 +656,30 @@ static LogicalResult printOperation(CppEmitter &emitter,
   return success();
 }
 
+static LogicalResult
+printOperation(CppEmitter &emitter,
----------------
rohany wrote:

Added, thanks

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


More information about the Mlir-commits mailing list