[clang] [CIR] Upstream global initialization for ComplexType (PR #141369)

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Sun May 25 11:02:12 PDT 2025


================
@@ -276,4 +276,38 @@ def ConstPtrAttr : CIR_Attr<"ConstPtr", "ptr", [TypedAttrInterface]> {
   }];
 }
 
+//===----------------------------------------------------------------------===//
+// ConstComplexAttr
+//===----------------------------------------------------------------------===//
+
+def ConstComplexAttr : CIR_Attr<"ConstComplex", "const_complex", [TypedAttrInterface]> {
----------------
xlauko wrote:

reformat to 80 cols

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


More information about the cfe-commits mailing list