Re: [Mesa-dev] [PATCH v2 00/14] NIR dead control-flow removal

2015-05-21 Thread Matt Turner
On Thu, May 21, 2015 at 9:40 AM, Connor Abbott wrote: > This is the second version of my dead control-flow series. In addition > to fixing up a few things pointed out by Jason and cleaning up a few > other odds and ends, I've fixed a number of bugs caught by disabling > opt_if_simplification in GL

[Mesa-dev] [PATCH v2 00/14] NIR dead control-flow removal

2015-05-21 Thread Connor Abbott
This is the second version of my dead control-flow series. In addition to fixing up a few things pointed out by Jason and cleaning up a few other odds and ends, I've fixed a number of bugs caught by disabling opt_if_simplification in GLSL IR as in the last patch. In particular, patch 5 deals with r