Skip to content

[CIR][CodeGen] Aggregate constructor with non-constant size #1787

@tommymcm

Description

@tommymcm

Minimal test case:

struct A {
  A() {}
};
int foo() {
  int b;
  new A[b];
}

Assertion:

llvm_unreachable("NYI");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions