On Thu, 6 Jul 2023, Tamar Christina wrote:
> > On Wed, 28 Jun 2023, Tamar Christina wrote:
> >
> > > Hi All,
> > >
> > > expand_vector_piecewise does not support VLA expansion as it has a
> > > hard assert on the type not being VLA.
> > >
> > > Instead of just failing to expand and so the call ma
> On Wed, 28 Jun 2023, Tamar Christina wrote:
>
> > Hi All,
> >
> > expand_vector_piecewise does not support VLA expansion as it has a
> > hard assert on the type not being VLA.
> >
> > Instead of just failing to expand and so the call marked unsupported we ICE.
> > This adjust it so we don't and
On Wed, 28 Jun 2023, Tamar Christina wrote:
> Hi All,
>
> expand_vector_piecewise does not support VLA expansion as it has a hard assert
> on the type not being VLA.
>
> Instead of just failing to expand and so the call marked unsupported we ICE.
> This adjust it so we don't and can gracefully h