Re: [Mesa-dev] [PATCH 05/12] nir: Add a LCSAA-pass

2016-08-27 Thread Matt Turner
On Fri, Aug 26, 2016 at 11:03 PM, Timothy Arceri wrote: > 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 >

[Mesa-dev] [PATCH 05/12] nir: Add a LCSAA-pass

2016-08-26 Thread Timothy Arceri
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): - tidy lcssa and sto