MLIR Calling Convention Support for function

Is there any support for calling convention for function.

Using an funciton in llvmir as example:
define custom void @func(){
}

Is there any thing I can do, and pass the “custom” from llvm dialect to llvmir?

There’s no support for calling conventions, nobody needed it so far. It should be rather straightforward to model as an attribute.