================
@@ -4025,6 +4025,7 @@ def CIR_FuncOp : CIR_Op<"func", [
CIR_OptionalPriorityAttr:$global_ctor_priority,
CIR_OptionalPriorityAttr:$global_dtor_priority,
OptionalAttr<CIR_CXXSpecialMemberAttr>:$cxx_special_member,
+ OptionalAttr<CIR_FuncInfoAttr>:$func_info,
----------------
erichkeane wrote:
Oh, huh, I think that is probably a good idea. I wonder if we should have this
info BE a `CXXSpecialMemberAttr` and generalize that name (Special member is a
term of art in C++, but something that means similar).
https://github.com/llvm/llvm-project/pull/207261
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits