mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 13:20:37 +02:00
ir3: Enable nir_opt_combine_barriers.
From my fossils db: Totals from 42 (0.08% of 49975) affected shaders: Instrs: 108929 -> 108046 (-0.81%) CodeSize: 182346 -> 179498 (-1.56%) NOPs: 22106 -> 21916 (-0.86%) (ss): 5458 -> 4765 (-12.70%) (sy): 2987 -> 2294 (-23.20%) Cat0: 24293 -> 24103 (-0.78%) Cat7: 3939 -> 3246 (-17.59%) Affected fossils include Danylo's d3d traces, gfxbench, and Sascha Willems's computenbody. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35262>
This commit is contained in:
parent
0c1d5e4114
commit
5bd6fd5c10
1 changed files with 1 additions and 0 deletions
|
|
@ -635,6 +635,7 @@ ir3_finalize_nir(struct ir3_compiler *compiler,
|
|||
}
|
||||
|
||||
OPT(s, nir_lower_is_helper_invocation);
|
||||
OPT(s, nir_opt_combine_barriers, NULL, NULL);
|
||||
|
||||
ir3_optimize_loop(compiler, options, s);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue