i965/vec4/dce: Don't narrow the write mask if the flags are used
[mesa.git] / src / intel / compiler / meson.build
index 2124278cc04f8d45839381b525b0b481f434bd81..69ce2eab4cf887a6648b635e773ed84ef22f98f8 100644 (file)
@@ -146,7 +146,8 @@ if with_tests
   foreach t : ['fs_cmod_propagation', 'fs_copy_propagation',
                'fs_saturate_propagation', 'vf_float_conversions',
                'vec4_register_coalesce', 'vec4_copy_propagation',
-               'vec4_cmod_propagation', 'eu_compact', 'eu_validate']
+               'vec4_cmod_propagation', 'vec4_dead_code_eliminate',
+               'eu_compact', 'eu_validate']
     test(
       t,
       executable(