Re: [Mesa-dev] [PATCH 04/10] nir: Add a LCSAA-pass

2016-12-12 Thread Timothy Arceri
On Sat, 2016-12-10 at 14:21 +0200, Pohjolainen, Topi wrote: > On Tue, Dec 06, 2016 at 12:12:22PM +1100, Timothy Arceri 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

Re: [Mesa-dev] [PATCH 04/10] nir: Add a LCSAA-pass

2016-12-10 Thread Pohjolainen, Topi
On Tue, Dec 06, 2016 at 12:12:22PM +1100, Timothy Arceri 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 compiler/nir > Still

[Mesa-dev] [PATCH 04/10] nir: Add a LCSAA-pass

2016-12-05 Thread Timothy Arceri
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)

[Mesa-dev] [PATCH 04/10] nir: Add a LCSAA-pass

2016-09-15 Thread Timothy Arceri
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)