diff --git a/src/compiler/Makefile.sources b/src/compiler/Makefile.sources index e13a19c749e..c5c1dc62a6b 100644 --- a/src/compiler/Makefile.sources +++ b/src/compiler/Makefile.sources @@ -309,6 +309,7 @@ NIR_FILES = \ nir/nir_opt_intrinsics.c \ nir/nir_opt_loop_unroll.c \ nir/nir_opt_large_constants.c \ + nir/nir_opt_load_store_vectorize.c \ nir/nir_opt_move.c \ nir/nir_opt_peephole_select.c \ nir/nir_opt_rematerialize_compares.c \