Re: [Mesa-dev] [RFC][PATCH] nir: Add a value range propagation pass

2015-08-06 Thread Thomas Helland
2015-08-06 19:22 GMT+02:00 Thomas Helland : > It is now mostly working, and I've incorporated a bunch > of the feedback I got on the last posting. I promised to > have it out on the list by american office hours today, > so here it goes. > > There is a massive issue with the compare_entries functio

[Mesa-dev] [RFC][PATCH] nir: Add a value range propagation pass

2015-08-06 Thread Thomas Helland
It is now mostly working, and I've incorporated a bunch of the feedback I got on the last posting. I promised to have it out on the list by american office hours today, so here it goes. There is a massive issue with the compare_entries function. I'm hacking on that atm, trying to come up with a so