Skip to content

anv: report max register pressure in shader stats

Rather than having a binary metric which is "did I trigger more spilling?", we could have a more fined grained metric which is "what's the max register alive at any point in the program?"

Merge request reports