Re: [Mesa-dev] [PATCH 21/30] i965/fs: Add live interval validation pass.

2016-03-14 Thread Francisco Jerez
Matt Turner writes: > On Sun, Mar 13, 2016 at 8:47 PM, Francisco Jerez > wrote: >> This could be improved somewhat with additional validation of the >> calculated live in/out sets and by checking that the calculated live >> intervals are minimal (which isn't strictly necessary to guarantee the

Re: [Mesa-dev] [PATCH 21/30] i965/fs: Add live interval validation pass.

2016-03-13 Thread Matt Turner
On Sun, Mar 13, 2016 at 8:47 PM, Francisco Jerez wrote: > This could be improved somewhat with additional validation of the > calculated live in/out sets and by checking that the calculated live > intervals are minimal (which isn't strictly necessary to guarantee the > correctness of the program).

Re: [Mesa-dev] [PATCH 21/30] i965/fs: Add live interval validation pass.

2016-03-13 Thread Matt Turner
On Sun, Mar 13, 2016 at 8:47 PM, Francisco Jerez wrote: > This could be improved somewhat with additional validation of the > calculated live in/out sets and by checking that the calculated live > intervals are minimal (which isn't strictly necessary to guarantee the > correctness of the program).

[Mesa-dev] [PATCH 21/30] i965/fs: Add live interval validation pass.

2016-03-13 Thread Francisco Jerez
This could be improved somewhat with additional validation of the calculated live in/out sets and by checking that the calculated live intervals are minimal (which isn't strictly necessary to guarantee the correctness of the program). This should be good enough though to catch accidental use of st