Re: [Mesa-dev] [PATCH] nir/radv: remove restrictions on opt_if_loop_last_continue()

2019-04-08 Thread Samuel Pitoiset
Acked-by: Samuel Pitoiset On 4/8/19 12:13 PM, Timothy Arceri wrote: When I implemented opt_if_loop_last_continue() I had restricted this pass from moving other if-statements inside the branch opposite the continue. At the time it was causing a bunch of spilling in shader-db for i965. However

[Mesa-dev] [PATCH] nir/radv: remove restrictions on opt_if_loop_last_continue()

2019-04-08 Thread Timothy Arceri
When I implemented opt_if_loop_last_continue() I had restricted this pass from moving other if-statements inside the branch opposite the continue. At the time it was causing a bunch of spilling in shader-db for i965. However Samuel Pitoiset noticed that making this pass more aggressive