[clang] [CIR] Add calling_conv attribute to FuncOp with lowering support (PR #189345)
Rana Pratap Reddy via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 31 09:53:08 PDT 2026
================
@@ -1293,8 +1293,8 @@ mlir::Value CIRGenFunction::emitRuntimeCall(mlir::Location loc,
cir::FuncOp callee,
ArrayRef<mlir::Value> args,
mlir::NamedAttrList attrs) {
- // TODO(cir): set the calling convention to this runtime call.
- assert(!cir::MissingFeatures::opFuncCallingConv());
----------------
ranapratap55 wrote:
Restored.
https://github.com/llvm/llvm-project/pull/189345
More information about the cfe-commits
mailing list