Re: [Mesa-dev] [PATCH] nir/tests: Update the CF tests to not assume fake edges

2016-09-04 Thread Connor Abbott
Reviewed-by: Connor Abbott On Sat, Sep 3, 2016 at 2:59 PM, Jason Ekstrand wrote: > In aad4f1550, we removed the concept of "fake" edges from NIR. Now, if you > have a block at the end of an infinite loop it really has no predecessors. > This updates the unit tests to match. > > Signed-off-by: J

Re: [Mesa-dev] [PATCH] nir/tests: Update the CF tests to not assume fake edges

2016-09-03 Thread Aaron Watry
On Sat, Sep 3, 2016 at 1:59 PM, Jason Ekstrand wrote: > In aad4f1550, we removed the concept of "fake" edges from NIR. Now, if you > have a block at the end of an infinite loop it really has no predecessors. > This updates the unit tests to match. > > Fixes `make check` for me. --Aaron > Sign

[Mesa-dev] [PATCH] nir/tests: Update the CF tests to not assume fake edges

2016-09-03 Thread Jason Ekstrand
In aad4f1550, we removed the concept of "fake" edges from NIR. Now, if you have a block at the end of an infinite loop it really has no predecessors. This updates the unit tests to match. Signed-off-by: Jason Ekstrand Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97587 --- src/compiler