Re: [Mesa-dev] [PATCH v2 5/8] nir: add complex_loop bool to loop info

2018-08-17 Thread Jason Ekstrand
4 and 5 are Reviewed-by: Jason Ekstrand On Mon, Jul 23, 2018 at 3:03 AM Timothy Arceri wrote: > In order to be sure loop_terminator_list is an accurate > representation of all the jumps in the loop we need to be sure we > didn't encounter any other complex behaviour such as continues, > nested

[Mesa-dev] [PATCH v2 5/8] nir: add complex_loop bool to loop info

2018-07-23 Thread Timothy Arceri
In order to be sure loop_terminator_list is an accurate representation of all the jumps in the loop we need to be sure we didn't encounter any other complex behaviour such as continues, nested breaks, etc during analysis. This will be used in the following patch. --- src/compiler/nir/nir.h