Skip to content

anv-report: Handle loops changing to or from zero

Premature optimization is the root of all evil. :( Shaders that had loops change to or from zero were not logged has having loops changed and were not counted in the total. Unfortunately, those are among the most important (and most common) cases of the loops changing.

Fixes: 5a1df48b ("Add a script for comparing fossil results")

Merge request reports