================
@@ -2074,6 +2100,21 @@ ParseResult cir::FuncOp::parse(OpAsmParser &parser,
OperationState &state) {
return failure();
}
+ auto callConvNameAttr = getCallingConvAttrName(state.name);
----------------
Men-cotton wrote:Change to `mlir::StringAttr`. https://github.com/llvm/llvm-project/pull/181170 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
