[Mlir-commits] [mlir] mlir: add an operation to EmitC for function template instantiation (PR #100895)
Christopher Bate
llvmlistbot at llvm.org
Mon Jul 29 08:29:22 PDT 2024
================
@@ -656,6 +656,30 @@ static LogicalResult printOperation(CppEmitter &emitter,
return success();
}
+static LogicalResult
+printOperation(CppEmitter &emitter,
----------------
christopherbate wrote:
The tests are under `llvm-project/mlir/test/Target/Cpp`
https://github.com/llvm/llvm-project/pull/100895
More information about the Mlir-commits
mailing list