[Mlir-commits] [mlir] mlir: add an operation to EmitC for function template instantiation (PR #100895)
Christopher Bate
llvmlistbot at llvm.org
Sat Jul 27 13:07:18 PDT 2024
================
@@ -656,6 +656,30 @@ static LogicalResult printOperation(CppEmitter &emitter,
return success();
}
+static LogicalResult
+printOperation(CppEmitter &emitter,
----------------
christopherbate wrote:
You are missing a test for this translation
https://github.com/llvm/llvm-project/pull/100895
More information about the Mlir-commits
mailing list