[Mesa-dev] [PATCH 09/20] i965/fs: Don't use instruction list after calculating the cfg.

Pohjolainen, Topi topi.pohjolainen at intel.com
Mon Sep 8 06:04:40 PDT 2014


On Tue, Sep 02, 2014 at 09:34:20PM -0700, Matt Turner wrote:
> The only trick is changing a break into a return true in register
> coalescing, since the macro is actually a double loop, and break will do
> something different than you expect. (Wish I'd realized that earlier!)

I didn't double check for other such occurrences, I only re-checked that
safe iterations were replaced by safe counterparts. If any former were left
for some reason, I doubt tests would pass.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen at intel.com>


More information about the mesa-dev mailing list