[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:35 PDT 2024
================
@@ -1260,5 +1260,20 @@ def EmitC_SubscriptOp : EmitC_Op<"subscript", []> {
let assemblyFormat = "$value `[` $indices `]` attr-dict `:` functional-type(operands, results)";
}
+def EmitC_InstantiateFunctionTemplateOp : EmitC_Op<"instantiate_function_template", []> {
+ let summary = "Instantiate template operation";
+ let description = [{
+ Instantiate a function template with a given set of types
----------------
rohany wrote:
Done
https://github.com/llvm/llvm-project/pull/100895
More information about the Mlir-commits
mailing list