Skip to content

nir: opt_vectorize: combine different constant sources

Jonathan Marek requested to merge flto/mesa:nir-vectorize-const into master

We can vectorize instructions with different constant sources by creating a new load_const and using that.

Merge request reports