[clang] [CIR] Upstream support for function/call calling conventions (PR #181170)
Akimasa Watanuki via cfe-commits
cfe-commits at lists.llvm.org
Sun Mar 8 06:37:52 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list