[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:43 PDT 2026


================
@@ -71,7 +71,6 @@ struct MissingFeatures {
   static bool opFuncArmNewAttr() { return false; }
   static bool opFuncArmStreamingAttr() { return false; }
   static bool opFuncAstDeclAttr() { return false; }
-  static bool opFuncCallingConv() { return false; }
----------------
ranapratap55 wrote:

Restored `opFuncCallingConv()`.

https://github.com/llvm/llvm-project/pull/189345


More information about the cfe-commits mailing list