mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 04:50:19 +01:00
nak: run nir_opt_move nir_move_comparisons
Totals: CodeSize: 914469536 -> 914055696 (-0.05%); split: -0.07%, +0.02% Number of GPRs: 3863818 -> 3866731 (+0.08%); split: -0.01%, +0.08% SLM Size: 841076 -> 840828 (-0.03%); split: -0.03%, +0.00% Static cycle count: 1073101189 -> 1059404451 (-1.28%); split: -1.39%, +0.11% Spills to memory: 57317 -> 54698 (-4.57%); split: -4.57%, +0.00% Fills from memory: 57317 -> 54698 (-4.57%); split: -4.57%, +0.00% Spills to reg: 67707 -> 57646 (-14.86%); split: -15.24%, +0.38% Fills from reg: 80456 -> 71960 (-10.56%); split: -10.75%, +0.20% Max warps/SM: 3672668 -> 3672244 (-0.01%); split: +0.00%, -0.01% Totals from 33585 (38.33% of 87622) affected shaders: CodeSize: 614909536 -> 614495696 (-0.07%); split: -0.10%, +0.03% Number of GPRs: 1771770 -> 1774683 (+0.16%); split: -0.01%, +0.18% SLM Size: 659824 -> 659576 (-0.04%); split: -0.04%, +0.00% Static cycle count: 994849091 -> 981152353 (-1.38%); split: -1.50%, +0.12% Spills to memory: 57317 -> 54698 (-4.57%); split: -4.57%, +0.00% Fills from memory: 57317 -> 54698 (-4.57%); split: -4.57%, +0.00% Spills to reg: 67372 -> 57311 (-14.93%); split: -15.32%, +0.39% Fills from reg: 80178 -> 71682 (-10.60%); split: -10.79%, +0.20% Max warps/SM: 1299808 -> 1299384 (-0.03%); split: +0.01%, -0.04% Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36536>
This commit is contained in:
parent
83cf765f8e
commit
f2f945c2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1127,7 +1127,7 @@ nak_postprocess_nir(nir_shader *nir,
|
|||
}
|
||||
} while (progress);
|
||||
|
||||
OPT(nir, nir_opt_move, nir_move_load_ubo);
|
||||
OPT(nir, nir_opt_move, nir_move_comparisons | nir_move_load_ubo);
|
||||
|
||||
if (nak->sm < 70) {
|
||||
const nir_split_conversions_options split_conv_opts = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue