[clang] [CIR] Upstream global initialization for ArrayType (PR #131657)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 19 12:10:13 PDT 2025


================
@@ -45,6 +45,41 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
     return false;
   }
 
+  // Return true if this is the null value
----------------
AmrDeveloper wrote:

That's right, I updated the comment to describe the implemented cases

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


More information about the cfe-commits mailing list