Re: [Mesa-dev] [PATCH 0/5] Compiler IR cleanups

2011-09-21 Thread Paul Berry
On 20 September 2011 18:28, Kenneth Graunke wrote: > Here's a few cleanups to our compiler's IR that I've been wanting to do > for a very long time. With this series, expression trees are finally > guaranteed to be pure; you can no longer put calls with side effects in > them. ir_call is now a

[Mesa-dev] [PATCH 0/5] Compiler IR cleanups

2011-09-20 Thread Kenneth Graunke
Here's a few cleanups to our compiler's IR that I've been wanting to do for a very long time. With this series, expression trees are finally guaranteed to be pure; you can no longer put calls with side effects in them. ir_call is now a statement, rather than a confused hybrid. I apologize for th