[clang] [CIR] Prepare a 'this' for CXXDefaultInitExprs (PR #165994)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 4 10:54:18 PST 2025
================
@@ -230,3 +230,28 @@ void init_expr(int a, int b, int c) {
// OGCG: %[[C_PLUS_THREE:.*]] = add nsw i32 %[[C]], 3
// OGCG: store i32 %[[C_PLUS_THREE]], ptr %[[S_C]]
// OGCG: ret void
+
+void cxx_default_init_with_struct_field() {
----------------
AmrDeveloper wrote:
Yes, that's right, I updated it.
Thanks
https://github.com/llvm/llvm-project/pull/165994
More information about the cfe-commits
mailing list