2016-10-05 18:59 GMT+02:00 Jason Ekstrand :
> On Tue, Oct 4, 2016 at 6:46 PM, Timothy Arceri
> wrote:
>>
>> On Tue, 2016-10-04 at 16:47 -0700, Jason Ekstrand wrote:
>> > On Fri, Sep 16, 2016 at 6:24 AM, Timothy Arceri > > bora.com> wrote:
>> > > From: Thomas Helland
>> > >
>> > > V2: Do a "depth
On Wed, 2016-10-05 at 09:59 -0700, Jason Ekstrand wrote:
> On Tue, Oct 4, 2016 at 6:46 PM, Timothy Arceri ora.com> wrote:
> > On Tue, 2016-10-04 at 16:47 -0700, Jason Ekstrand wrote:
> > > On Fri, Sep 16, 2016 at 6:24 AM, Timothy Arceri > olla
> > > bora.com> wrote:
> > > > From: Thomas Helland
On Tue, Oct 4, 2016 at 6:46 PM, Timothy Arceri wrote:
> On Tue, 2016-10-04 at 16:47 -0700, Jason Ekstrand wrote:
> > On Fri, Sep 16, 2016 at 6:24 AM, Timothy Arceri > bora.com> wrote:
> > > From: Thomas Helland
> > >
> > > V2: Do a "depth first search" to convert to LCSSA
> > >
> > > V3: Small
On Tue, 2016-10-04 at 16:47 -0700, Jason Ekstrand wrote:
> On Fri, Sep 16, 2016 at 6:24 AM, Timothy Arceri bora.com> wrote:
> > From: Thomas Helland
> >
> > V2: Do a "depth first search" to convert to LCSSA
> >
> > V3: Small comment fixup
> >
> > V4: Rebase, adapt to removal of function overlo
On Fri, Sep 16, 2016 at 6:24 AM, Timothy Arceri <
timothy.arc...@collabora.com> wrote:
> From: Thomas Helland
>
> V2: Do a "depth first search" to convert to LCSSA
>
> V3: Small comment fixup
>
> V4: Rebase, adapt to removal of function overloads
>
> V5: Rebase, adapt to relocation of nir to comp
From: Thomas Helland
V2: Do a "depth first search" to convert to LCSSA
V3: Small comment fixup
V4: Rebase, adapt to removal of function overloads
V5: Rebase, adapt to relocation of nir to compiler/nir
Still need to adapt to potential if-uses
Work around nir_validate issue
V6 (Timothy)