[clang] [CIR][Upstream] Local initialization for ArrayType (PR #132974)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 3 10:20:08 PDT 2025
================
@@ -110,6 +110,8 @@ class CIRGenFunction : public CIRGenTypeCache {
public:
mlir::Value createDummyValue(mlir::Location loc, clang::QualType qt);
+ void emitNullInitialization(mlir::Location loc, Address destPtr, QualType ty);
----------------
andykaylor wrote:
The two emit functions you've added are still not in the correct place, but that's fine. Some others have gotten out of order too, so I'll make another reordering patch after this is merged.
https://github.com/llvm/llvm-project/pull/132974
More information about the cfe-commits
mailing list