Skip to content

ttn: Stop duplicating all the system values

Faith Ekstrand requested to merge gfxstrand/mesa:review/ttn-no-dup-sysvals into main

We should either set op and call nir_load_system_value() or we should call the appropriate builder helper and pull the op from the load instruction it returns. This patch takes the second approach.

Merge request reports