Skip to content

nir/load_libclc: run some opt passes

Karol Herbst requested to merge karolherbst/mesa:nir/opt_libclc into main

cuts down serialized size from 2850288 to 1521092 bytes.

This should speed up deserializing and inlining.

Reduces CTS running time by 5% Reduces clinfo running time by 30%

Signed-off-by: Karol Herbst kherbst@redhat.com

Merge request reports