Skip to content

isaspec: encode: Some optimizations for the generated code

Christian Gmeiner requested to merge austriancoder/mesa:isaspec-encode-opts into main

I was debugging something for etnaviv's isaspec encode support and these jumped into my eyes. The big motivation was reduce the number of code to step through via gdb 😃 Looked at the generated arm64 asm and it helps there too.

Merge request reports