Re: [Mesa-dev] [PATCH 00/30] i965: IR analysis pass framework.

2016-03-13 Thread Matt Turner
1-4 are Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 00/30] i965: IR analysis pass framework.

2016-03-13 Thread Francisco Jerez
The purpose of this series is to introduce some lightweight infrastructure intended to make room for additional analysis passes in the i965 back-end without increasing the clutter of the visitor objects, to reduce duplication of logic between analysis passes, and to prevent some mistakes that are f