Re: [Mesa-dev] [PATCH 03/13] nir: Add a loop analysis pass

2016-08-28 Thread Timothy Arceri
This patch should be: From: Thomas Helland Seem to have lost the author during rebasing. Fixed locally. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 03/13] nir: Add a loop analysis pass

2016-08-28 Thread Timothy Arceri
This pass detects induction variables and calculates the trip count of loops to be used for loop unrolling. I've removed support for float induction values for now, for the simple reason that they don't appear in my shader-db collection, and so I don't see it as common enough that we want to pollu