[clang] [CIR] Record the source level identity of functions on cir.func (PR #207261)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 08:59:08 PDT 2026
================
@@ -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,
----------------
andykaylor wrote:
Should this be combined with cxx_special_member in some way?
https://github.com/llvm/llvm-project/pull/207261
More information about the cfe-commits
mailing list